01.08.2011, 22:24
If you compile your script you need to use pawncc.exe (the compiler)
One of the available options is the debug option
if thats not the case its somewhere in the script or in your includes, no way around it, over and out
One of the available options is the debug option
Quote:
-d<num> debugging level (default=-d1) 0 no symbolic information, no run-time checks 1 run-time checks, no symbolic information 2 full debug information and dynamic checking 3 same as -d2, but implies -O0 |