←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

call of duty mod - nie działa

Zablokowany

  • +
  • -
G.T.W - zdjęcie G.T.W 12.07.2010

siema, zainstalowałem Call of Duty mod na HLDS`sie poprawnie mimo tego serwer odmawia współpracy.
Nie działa jakby cały plugin... nie ma /klasa poprostu nic...
Odpowiedz

Pawlak093 - zdjęcie Pawlak093 12.07.2010

działa Ci w ogóle amx?
Odpowiedz

  • +
  • -
G.T.W - zdjęcie G.T.W 12.07.2010

Tak, mam /rank,/top15,/rankstats,komendy admina,bullet dmg( to akurat już sam wgrałem)
Odpowiedz

  • +
  • -
AmD - zdjęcie AmD 12.07.2010

daj logi amx. sprawdź czy masz odblokowane moduły, sprawdź czy nazwa pluginu w plugins.ini jest zakończona .amxx oraz czy jest taka sama jak w folderze Plugins.
Odpowiedz

  • +
  • -
G.T.W - zdjęcie G.T.W 14.07.2010

tak taka sama jak w plugins i plugins.ini

logi to który plik? bo mam ich dużo

i jak sprawdzić moduły?
Odpowiedz

  • +
  • -
AmD - zdjęcie AmD 14.07.2010

w configs/modules.ini sprawdź czy przed modułami nie masz ";"

co do logów to dziś jest 15 więc nazwa logu powinna wyglądać tak:

error_20100714

Użytkownik AmD edytował ten post 14.07.2010 13:17
Odpowiedz

  • +
  • -
G.T.W - zdjęcie G.T.W 14.07.2010

Moduły:
; AMX Mod X Modules
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line

; ------------------------------
; Fun - provides extra functions
; ------------------------------
fun_amxx_i386.so
fun_amxx.dll
fun_amxx_amd64.so

; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
;engine_amxx_i386.so
;engine_amxx.dll
;engine_amxx_amd64.so

; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
;fakemeta_amxx_i386.so
;fakemeta_amxx.dll
;fakemeta_amxx_amd64.so

; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
;mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll
; SQLite
;sqlite_amxx.dll
;sqlite_amxx_i386.so
;sqlite_amxx_amd64.so
; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_i386.so
;geoip_amxx.dll
;geoip_amxx_amd64.so

; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
;sockets_amxx.dll
;sockets_amxx_amd64.so

; --------------------------
; Regular Expression support
; --------------------------
;regex_amxx_i386.so
;regex_amxx.dll
;regex_amxx_amd64.so

; --------------------
; Binary Vault support
; --------------------
;nvault_amxx_i386.so
;nvault_amxx.dll
;nvault_amxx_amd64.so

; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
cstrike_amxx_i386.so
cstrike_amxx.dll
cstrike_amxx_amd64.so

; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
csx_amxx_i386.so
csx_amxx.dll
csx_amxx_amd64.so
Logi:
Nie mam takiego pliku ( ostatnio serwer odpalałem dzisiaj ) mam tylko:
error_050707
error_071010
error_071210
error_071410
error_20100606
error_20100607
error_20100608
error_20100609
error_20100610
error_20100611
error_20100612
error_20100613
error_20100617
error_20100618
error_20100619

a znalazłem coś takiego:
Spoiler

UPDATE
Spoiler

Użytkownik G.T.W edytował ten post 14.07.2010 20:55
Odpowiedz

hardbot - zdjęcie hardbot 14.07.2010

; AMX Mod X Modules
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line

; ------------------------------
; Fun - provides extra functions
; ------------------------------
fun_amxx_i386.so
fun_amxx.dll
fun_amxx_amd64.so

; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
engine_amxx_i386.so
engine_amxx.dll
engine_amxx_amd64.so

; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
fakemeta_amxx_i386.so
fakemeta_amxx.dll
fakemeta_amxx_amd64.so

; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
;mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll
; SQLite
;sqlite_amxx.dll
;sqlite_amxx_i386.so
;sqlite_amxx_amd64.so
; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_i386.so
;geoip_amxx.dll
;geoip_amxx_amd64.so

; --------------------------------
; Sockets - network socket support
; --------------------------------
sockets_amxx_i386.so
sockets_amxx.dll
sockets_amxx_amd64.so

; --------------------------
; Regular Expression support
; --------------------------
regex_amxx_i386.so
regex_amxx.dll
regex_amxx_amd64.so

; --------------------
; Binary Vault support
; --------------------
nvault_amxx_i386.so
nvault_amxx.dll
nvault_amxx_amd64.so

; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
cstrike_amxx_i386.so
cstrike_amxx.dll
cstrike_amxx_amd64.so

; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
csx_amxx_i386.so
csx_amxx.dll
csx_amxx_amd64.so


to co ci teraz editłem zmień w Modules i powinno ci działać.
Odpowiedz

  • +
  • -
G.T.W - zdjęcie G.T.W 14.07.2010

nadal nic
Odpowiedz

  • +
  • -
ProMysterious - zdjęcie ProMysterious 16.07.2010

jaki masz amx moze za stary wgraj 1.81
Odpowiedz
Zablokowany