Server crashing? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Server crashing? (
/showthread.php?tid=663866)
Server crashing? -
PepsiCola23 - 13.02.2019
after a while my server crashes,but i get no erros on server log,everything looks fine but the server is idle and appears ofline on server list.
no crash error and nothing,the server log shows the server is running,but it isnt.
any ideas?
Re: Server crashing? -
Kaliber - 13.02.2019
Did you used crashdetect?
Re: Server crashing? -
PepsiCola23 - 13.02.2019
yes but it doesnt seem to work for me
Re: Server crashing? -
Kaliber - 13.02.2019
...what exactly do you mean?
If it prints nothing, the server didnt crashed, it just got shutdown.
So you had to look for functions like
PHP код:
SendRconCommand("exit");
in your script
Maybe a command or something else was abused or triggered, to call something like that.
But you should post the log anyway, so we can be sure, that everything got loaded and really nothing happended there
Re: Server crashing? -
ComDuck - 13.02.2019
Quote:
Originally Posted by PepsiCola23
yes but it doesnt seem to work for me
|
Linux or Windows? Show server.cfg and server log with crashdetect included in your plugins list.