Posts: 3,351
Threads: 780
Joined: Jan 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.
Posts: 3,351
Threads: 780
Joined: Jan 2010
Yes script still worked,and some file function added...but i dont think they're the causes...
Posts: 791
Threads: 93
Joined: Oct 2009
Reputation:
0
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.