View Single Post

Problem z adminem do amx

  (#1) stare
carbolymer is Offline
Lamka
 
Postów: 2

Poziom upalenia:
-------- Doświadczenie: abstynent
Zarejestrowany: Feb 2008
   
Domyślnie

Problem z adminem do amx -

03-02-2008, 15:26

Mam zainstalowanego na serwerze PODBot All in one (http://hlds.pl/PODBot_All_in_one) i nie działa mi w nim administracja serwerem.
Po odpaleniu serwera widzę niepokojące napisy w konsoli:
Kod:
L 02/03/2008 - 15:10:35: -------- Mapchange to de_dust2 --------
L 02/03/2008 - 15:11:02: [AMXX] Plugin "admin.amxx" failed to load: Plugin uses an unknown function (name "admins_lookup") - check your modules.ini.
L 02/03/2008 - 15:11:02: [AMXX] Plugin "admincmd.amxx" failed to load: Plugin uses an unknown function (name "LookupLangKey") - check your modules.ini.
L 02/03/2008 - 15:11:02: [AMXX] Plugin "telemenu.amxx" failed to load: Plugin uses an unknown function (name "LookupLangKey") - check your modules.ini.
L 02/03/2008 - 15:11:02: [AMXX] Plugin "mapsmenu.amxx" failed to load: Plugin uses an unknown function (name "ArrayPushString") - check your modules.ini.
L 02/03/2008 - 15:11:02: [AMXX] Plugin "imessage.amxx" failed to load: Plugin uses an unknown function (name "ArrayPushArray") - check your modules.ini.
L 02/03/2008 - 15:11:02: [AMXX] Plugin "adminvote.amxx" failed to load: Plugin uses an unknown function (name "LookupLangKey") - check your modules.ini.
L 02/03/2008 - 15:12:59: [csdm_spawn_preset.amxx] Loaded 40 spawn points for map de_dust2.
L 02/03/2008 - 15:12:59: [csdm_main.amxx] CSDM spawn mode set to preset
L 02/03/2008 - 15:12:59: [csdm_itemmode.amxx] Loaded 193/193 items for map de_dust2., Item Editor is disabled.
Loading & decompressing Visibility Table
Visibility Table loaded from File...
Loading & decompressing Experience Data
Experience Data loaded from File...
L 02/03/2008 - 15:13:36: [maphandler06.amxx] Starting map: de_dust2
[AMXX] [AMX Map Handler] Initializing...
[AMXX] Starting map: de_dust2
[AMXX] [AMX Map Handler] Found 33 valid maps in server.
L 02/03/2008 - 15:13:37: [maphandler06.amxx] About to write to addons/amxmodx/data/maphandler.dat.
[AMXX] [AMX Map Handler] Starting dump of maps...
[AMXX] [AMX Map Handler] Successfully wrote 39 lines to 'addons/amxmodx/configs/maps.ini'.
[AMXX] [AMX Map Handler] ...done!
L 02/03/2008 - 15:13:38: [AMXX] Run time error 14 (plugin "plmenu.amxx") - debug not enabled!
L 02/03/2008 - 15:13:38: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
mój /cstrike/addons/amxmodx/configs/users.ini:
Kod:
"moj nick" "moje haslo" "abcdefghijklmnopqrstu" "a"
Po dodaniu do configu do klienta tych linijek:
Kod:
setinfo "_pw" "mojehaslo"
setinfo _pbadminpw "mojehaslo"
bind "=" "pb menu"
bind "p" "amxmodmenu"
po wcisnieciu P w grze lub wpisaniu amxmodmenu otrzymuję odpowiedź:
Cytat:
You have no access to that command
po wciśnięciu = nie ma żadnej reakcji

Co jest źle?