SA-MP Forums Archive
[debug]server crash - 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: [debug]server crash (/showthread.php?tid=587689)



[debug]server crash - AmirHossaiN - 01.09.2015

FIxed.


Re: [debug]server crash - Yashas - 02.09.2015

Recompile your script with d3 flag.

Create a file called pawn.cfg in pawno folder. Add this line
Quote:

-d3

Run your server again and post what gets printed in the consol.


Re: [debug]server crash - Freezo - 02.09.2015

The array INDEX out of bound.
came from here.
Like you have
new array[4] so the the cell will be from [0] -> [3], but if there is an error which mean that the array[4] has take a value [-1] or => [4] .

Код:
array index out of bounds.The array index is larger than the highest valid entry of the array



Re: [debug]server crash - AmirHossaiN - 02.09.2015

Fixed