SA-MP Forums Archive
after crashdetect - 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: after crashdetect (/showthread.php?tid=428954)



after crashdetect - 3MY - 07.04.2013

please help me to solve this errors:
Код:
[13:24:18] [debug] Run time error 4: "Array index out of bounds"
[13:24:18] [debug]  Accessing element at index 613 past array upper bound 301
[13:24:18] [debug] AMX backtrace:
[13:24:18] [debug] #0 000410e8 in public OnPlayerStateChange () from PG.amx
Код:
[13:30:58] [debug] Run time error 4: "Array index out of bounds"
[13:30:58] [debug]  Accessing element at index 65535 past array upper bound 499
[13:30:58] [debug] AMX backtrace:
[13:30:58] [debug] #0 00018bec in public OnPlayerDeath () from PG.amx
Код:
[13:31:20] [debug] Run time error 4: "Array index out of bounds"
[13:31:20] [debug]  Accessing element at index 65535 past array upper bound 499
[13:31:20] [debug] AMX backtrace:
[13:31:20] [debug] #0 0017e354 in public OnPlayerCommandText () from PG.amx
Код:
[13:36:47] [debug] Run time error 4: "Array index out of bounds"
[13:36:47] [debug]  Accessing element at index 588 past array upper bound 301
[13:36:47] [debug] AMX backtrace:
[13:36:47] [debug] #0 000149d4 in ?? () from PG.amx
[13:36:47] [debug] #1 0000107c in public OnPlayerDisconnect () from PG.amx



Re: after crashdetect - DiGiTaL_AnGeL - 07.04.2013

Quote:

Accessing element at index 613 past array upper bound 301

There is an array with 301 cells, and it must have above 613. It's the same with the other errors.