crashdetect Array index out of bounds
#3

You are calling a variable out of its bounds.
Eg:
PHP код:
new x[4];
printf("%d"x[5]); 
Compile with -d3 your script (pawn folder, PAWN.CFG, open it and write "-d3" into it).
After that check the console output, there should be the line where this exception is called.
Reply


Messages In This Thread
crashdetect Array index out of bounds - by ArminKH - 25.09.2017, 18:49
Re: crashdetect Array index out of bounds - by raydx - 25.09.2017, 18:50
Re: crashdetect Array index out of bounds - by kAn3 - 25.09.2017, 22:23

Forum Jump:


Users browsing this thread: 1 Guest(s)