10.04.2013, 07:42
Load THIS plugin.
Before you run your server, re-compile your code with -d3 option. The plugin will tell you which line of code crashed the server.
If your not compiling from command line, create a file in the same directory as pawncc.exe called pawn.cfg inside this file enter: -d3
So file looks like:
Save and close the file. Recompile your code.
Crash your server and look at the server log.
Before you run your server, re-compile your code with -d3 option. The plugin will tell you which line of code crashed the server.
If your not compiling from command line, create a file in the same directory as pawncc.exe called pawn.cfg inside this file enter: -d3
So file looks like:
Код:
-d3
Crash your server and look at the server log.