[HELP] Server Debug and admin commandos with problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: [HELP] Server Debug and admin commandos with problem (
/showthread.php?tid=663706)
[HELP] Server Debug and admin commandos with problem -
broberto28 - 09.02.2019
Hello friends, I have a problem that I am not able to solve .. The commands of admin, when used by players is not appearing Command invalid like the other normal commands, is not appearing anything .. I would like to solve this, Thanks
I am also facing these problems below, follows server log (I do not know if there is connection with the bug)
[12:03:09] [debug] Run time error 4: "Array index out of bounds"
[12:03:09] [debug] Accessing element at index 299 past array upper bound 298
[12:03:09] [debug] AMX backtrace:
[12:03:09] [debug] #0 0004d9f0 in public SS_OnGameModeInit () from RPG.amx
[12:03:09] [debug] #1 00012cc0 in public Itter_OnGameModeInit () from RPG.amx
[12:03:09] [debug] #2 native CallLocalFunction () [004743b0] from samp-server.exe
[12:03:09] [debug] #3 000121bc in public ScriptInit_OnGameModeInit () from RPG.amx
[12:03:09] [debug] #4 000111a4 in public zcmd_OnGameModeInit () from RPG.amx
[12:03:09] [debug] #5 native CallLocalFunction () [004743b0] from samp-server.exe
[12:03:09] [debug] #6 0000da24 in public SSCANF_OnGameModeInit () from RPG.amx
[12:03:09] [debug] #7 00000580 in public OnGameModeInit () from RPG.amx
[12:03:09]
Re: [HELP] Server Debug and admin commandos with problem -
d3Pedro - 11.02.2019
Compile with debug level 3 to get more details what cause the crash
/yourpath/pawno/pawn.cfg > -d3