Crashdetect ladmin4v2 - 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 ladmin4v2 (
/showthread.php?tid=370025)
Crashdetect ladmin4v2 -
Admigo - 18.08.2012
Heey all,
I have 4 errors from crashdetect from ladmin4v2 but i dont know what line the errors are.
I already compiled the filterscript and it gives no errors only the crashdetect give the errors.
Код:
[21:27:25] [debug] Run time error 4: "Array index out of bounds"
[21:27:25] [debug] Accessing element at index 4 past array upper bound 3
[21:27:25] [debug] AMX backtrace:
[21:27:25] [debug] #0 000955a0 in public PingKick () from ladmin4v2.amx
How can i fix this?
Thanks Admigo
Re : Crashdetect ladmin4v2 -
lelemaster - 19.08.2012
Show us the PingKick public.
Re: Crashdetect ladmin4v2 -
iGetty - 19.08.2012
If you don't want to show it, check the actual code of "public PingKick".
It is inside of there that you will have your problem, scan through it to see.
Re: Crashdetect ladmin4v2 -
Arca - 19.08.2012
It's a problem regarding arrays. It reached it's peak.
Re: Crashdetect ladmin4v2 -
rockerman - 18.12.2014
how to fix this I have the same problem