SA-MP Forums Archive
My server keep 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: My server keep crashing (/showthread.php?tid=188376)



My server keep crashing - Face9000 - 07.11.2010

Hi,i've a problem...my server keep crashing...

I've already optimized gamemode (by reducing timers and etc.)

But nohing.

Here is

Код:
Sun Nov 7 15:34:38 CET 2010 :: Server not running (possible crash), restarting.



Re: My server keep crashing - DeathOnaStick - 07.11.2010

Quote:
Originally Posted by Logitech90
Посмотреть сообщение
Hi,i've a problem...my server keep crashing...

I've already optimized gamemode (by reducing timers and etc.)

But nohing.

Here is

Код:
Sun Nov 7 15:34:38 CET 2010 :: Server not running (possible crash), restarting.
What did you change from now to the point where the script still worked? Any file-functions you've added?


Re: My server keep crashing - Face9000 - 07.11.2010

Yes script still worked,and some file function added...but i dont think they're the causes...


Re: My server keep crashing - DeathOnaStick - 07.11.2010

Quote:
Originally Posted by Logitech90
Посмотреть сообщение
Yes script still worked,and some file function added...but i dont think they're the causes...
Check if every directory that is given in the functions exist in your /scriptfiles-folder. Because this might cause the crashes.


Re: My server keep crashing - GaGlets(R) - 07.11.2010

Do you have any warnings while compiling? What include you use?

Your server loads and then crash or while loading crashes?
Check your log file from error/warning message usually line started: [time/date] Warining:

recheck your gammod from manualy added functions (stocks) check if they are right.

And usually there is problem, callback isnt rightliy writed : Callback( maybe something wrong ).
ofcourse recheck your return 1;/return 0; at each callback end.