Compiler stuff
#21

If you compile your script you need to use pawncc.exe (the compiler)
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

if thats not the case its somewhere in the script or in your includes, no way around it, over and out
Reply
#22

How do I enable debugging?
Reply
#23

How do I set the parameters of the exe? Can someone tell me please?
Reply
#24

That warning you get is the symbolic information and there is no reason to activate it

Normally you just start your cmd promt and type pawncc.exe <filename> [options]

But this would only show it not hide it like you want...
Reply
#25

I think I managed to do it, and this happened:

www.movieserv.net/files/test.png

But I get no errors on compile..?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)