Randomly server crash. - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Randomly server crash. (
/showthread.php?tid=180437)
Randomly server crash. -
[MWR]Blood - 01.10.2010
Hello.
So, I'm using serverFFS hosting service, and when I check the logs I see that my server has crashed 3-4 times in a day.
I have tried to reinstall the server, didn't work.
I have opened a support ticket, I didn't get any answer for 5 days.
So I hope that you'll have some idea of what is causing these crashes.
Re: Randomly server crash. -
Mauzen - 01.10.2010
Maybe it is a bug in your script, that crashes the server. It seems to run stable most of the time, so probably it is in a command or a timed event. It can be e.g. an array overflow, when the index is bigger than the size.
Re: Randomly server crash. -
[MWR]Blood - 01.10.2010
Quote:
Originally Posted by Mauzen
Maybe it is a bug in your script, that crashes the server. It seems to run stable most of the time, so probably it is in a command or a timed event. It can be e.g. an array overflow, when the index is bigger than the size.
|
I will check the gamemode.
Thanks for the tip!