01.01.2018, 22:53
I have a SA:MP server that has been working fine, hosted on a linux VPS. All of the sudden out of absolute NOWHERE, the server stops working correctly. Every command executes, but is also followed by the unknown command message. I also get this in the server.log:
i have zcmd, and my plugins are crashdetector, nativechecker, sscanf, streamer, and whirlpool. again, the server is on linux. Please help
Код:
[22:38:40] [chat] [Bob_Sacamano]: test test [22:38:40] [debug] Run time error 4: "Array index out of bounds" [22:38:40] [debug] Attempted to read/write array element at index 12 in array of size 12 [22:38:40] [debug] AMX backtrace: [22:38:40] [debug] #0 001463f0 in ?? (40, 2) from RP.amx [22:38:40] [debug] #1 0001e220 in ?? (43341208) from RP.amx [22:38:40] [debug] #2 0009f864 in ?? (0, 27341776) from RP.amx [22:38:40] [debug] #3 00013204 in public OnPlayerText (0, 27341776) from RP.amx [22:38:44] [system] Group 3 saved. [22:38:48] [chat] [Bob_Sacamano]: test test [22:38:48] [debug] Run time error 4: "Array index out of bounds" [22:38:48] [debug] Attempted to read/write array element at index 12 in array of size 12 [22:38:48] [debug] AMX backtrace: [22:38:48] [debug] #0 001463f0 in ?? (48, 2) from RP.amx [22:38:48] [debug] #1 0001e220 in ?? (43341208) from RP.amx [22:38:48] [debug] #2 0009f864 in ?? (0, 27341776) from RP.amx [22:38:48] [debug] #3 00013204 in public OnPlayerText (0, 27341776) from RP.amx [22:38:55] [command] Bob_Sacamano (0) executes: /gmx [22:38:55] sscanf warning: 'z' is deprecated, consider using 'S' instead. [22:38:55] sscanf warning: No default value found. [22:38:55] sscanf warning: Format specifier does not match parameter count. [22:38:55] [debug] Run time error 4: "Array index out of bounds" [22:38:55] [debug] Attempted to read/write array element at index 12 in array of size 12 [22:38:55] [debug] AMX backtrace: [22:38:55] [debug] #0 001463f0 in ?? (55, 2) from RP.amx [22:38:55] [debug] #1 0001dd58 in ?? (43339512) from RP.amx [22:38:55] [debug] #2 0005938c in public GMXPrep (0, 43341068) from RP.amx [22:38:55] [debug] #3 0012b4a0 in public cmd_gmx (0, 27341796) from RP.amx [22:38:55] [debug] #4 native CallLocalFunction () from samp03svr [22:38:55] [debug] #5 00006460 in public OnPlayerCommandText (0, 27341776) from RP.amx [22:39:01] [command] Bob_Sacamano (0) executes: /n Hello [22:39:01] [debug] Run time error 4: "Array index out of bounds" [22:39:01] [debug] Attempted to read/write array element at index 12 in array of size 12 [22:39:01] [debug] AMX backtrace: [22:39:01] [debug] #0 001463f0 in ?? (1, 2) from RP.amx [22:39:01] [debug] #1 0001d9d8 in ?? (43341048) from RP.amx [22:39:01] [debug] #2 000c1524 in public cmd_newbie (0, 27341812) from RP.amx [22:39:01] [debug] #3 000c1920 in public cmd_n (0, 27341812) from RP.amx [22:39:01] [debug] #4 native CallLocalFunction () from samp03svr [22:39:01] [debug] #5 00006564 in public OnPlayerCommandText (0, 27341776) from RP.amx