SA-MP Forums Archive
CrashDetect problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: CrashDetect problem (/showthread.php?tid=586354)



CrashDetect problem - Manolito - 21.08.2015

Hello. Some time ago my server began crashing because of CrashDetect (but earlier it just showed error). At server.cfg I wrote
Код:
die_on_error 0
but it didn't help. Before the server crash, crashdetect writes:
Код:
[21/08/2015 - 18:08:49] [debug] Run time error 4: "Array index out of bounds"
[21/08/2015 - 18:08:49] [debug]  Accessing element at negative index -1
[21/08/2015 - 18:08:49] [debug] AMX backtrace:
[21/08/2015 - 18:08:49] [debug] Server crashed while executing MGM.amx
[21/08/2015 - 18:08:49] [debug] AMX backtrace:
I can't resolve error in code (because I don't know number of line). So... how can I resolve error with CrashDetect?