[Help] Server Stopped
#1

With no reason, server just stopped working on host and shutdown

Crashdetect not display nothing, gamemod just stop work...

Happens every about 24h when i restart. How to fix? What codes do you need?

Im also using printf for commands and other things, no help... random shutdown with no occasion

...
Reply
#2

add the line at the end of server.cfg including
Код:
die_on_error 0
It may prevent the server from crashing on run time errors
Reply
#3

Will try thanks! Il post in few days if didnt help :P
Reply
#4

Consider adding this to your plugins folder after adding what Battlezone said

https://sampforum.blast.hk/showthread.php?tid=249226

Then in your server.cfg (anywhere, mine is under the filterscripts line) add,

Код:
plugins nativechecker
When you start your console, it'll detect if anything is wrong with your script that may be causing it to shut down. If not, try to see if the result of the crash is because you are using a specific function in your script. (command, timer, etc)
Reply
#5

Quote:
Originally Posted by BornHuman
Посмотреть сообщение
Consider adding this to your plugins folder after adding what Battlezone said

https://sampforum.blast.hk/showthread.php?tid=249226

Then in your server.cfg (anywhere, mine is under the filterscripts line) add,

Код:
plugins nativechecker
When you start your console, it'll detect if anything is wrong with your script that may be causing it to shut down. If not, try to see if the result of the crash is because you are using a specific function in your script. (command, timer, etc)
Thanks, will try that also!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)