19.05.2018, 00:03
Try using debug level 3, so it shows you the exact lines that produce the crash.
If you don't know how to do that, here's how:
You should create a file called pawn.cfg in your pawno folder, inside this file write:
Save the file and recompile your script and run it with crashdetect again.
And then show us the exact line that caused the crash. It should be a for loop most of the time.
If you don't know how to do that, here's how:
You should create a file called pawn.cfg in your pawno folder, inside this file write:
PHP код:
-d3
And then show us the exact line that caused the crash. It should be a for loop most of the time.