Server Crash Problem
#6

Quote:
Originally Posted by PoniStar
Посмотреть сообщение
um, what you mean ? can you help me a little more with that ?
Surely, on your pawn code editor, add the flag -d3 to the compile/build settings.

If you use pawno, go to Build -> Run options and add "-d3" to the "with these parameters" textbox.

If you use any other code editor, add -d3 to wherever the build file is.

For example, if you use sublime text, you probably have something that looks like this:

PHP код:
"cmd": [
        
"pawncc.exe",
        
"$file",
        
"-d2",
        
"-i includes",
        
"-Z+"
    
], 
In which case, you change -d2 by -d3. If you don't have any -dX parameter, then add it.

Whichever the case, it looks like the problem causing your crash is something in your OnPlayerCommandText callback.
Reply


Messages In This Thread
Server Crash Problem - by PoniStar - 03.02.2019, 18:58
Re: Server Crash Problem - by Bolex_ - 03.02.2019, 19:01
Re: Server Crash Problem - by PoniStar - 04.02.2019, 08:17
Re: Server Crash Problem - by raydx - 04.02.2019, 10:16
Re: Server Crash Problem - by PoniStar - 04.02.2019, 12:59
Re: Server Crash Problem - by Markski - 04.02.2019, 15:06

Forum Jump:


Users browsing this thread: 1 Guest(s)