Server not shutting down.. - 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 not shutting down.. (
/showthread.php?tid=306945)
Server not shutting down.. -
NewbBeginner - 28.12.2011
My server isn't shutting down ..
Code:
[18:23:35] --- Server Shutting Down.
And thats it.. Server is not shutting down. My hoster said that something is wrong with my Gamemode, because other servers are working..
Please help.. I think something with 0.3d.
Im using these plugins:
Code:
mysql.so streamer.so Whirlpool.so sscanf.so MerRandom.so
Re: Server not shutting down.. - T0pAz - 28.12.2011
Show us your OnGameModeExit() callback.
Re: Server not shutting down.. -
NewbBeginner - 28.12.2011
Quote:
public OnGameModeExit()
{
foreach(Player, i) update(i);
UpdateCars();
UuendaMajad();
KillTimer(accountupdate);
mysql_close();
KillTimer(Spido);
return 1;
}
|
Thiisss