25.09.2017, 22:23
You are calling a variable out of its bounds.
Eg:
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.
Eg:
PHP код:
new x[4];
printf("%d", x[5]);
After that check the console output, there should be the line where this exception is called.