GMX Doesn't save, After /o Server shuts down
#2

I suggest you to Kick all the players from the server when you're restarting it, because that's the best secure way to make sure that the stats are being saved.

pawn Код:
foreach(Player, i)
{
if(IsPlayerConnected(i))
{
Kick(i);
}
}
put that in your /gmx cmd. I also recommend you to make /savestats so the player can save all his statistics in-game.
Reply


Messages In This Thread
GMX Doesn't save, After /o Server shuts down - by Facerafter - 06.06.2013, 12:11
Re: GMX Doesn't save, After /o Server shuts down - by Apenmeeuw - 06.06.2013, 12:14
Re: GMX Doesn't save, After /o Server shuts down - by reckst4r - 06.06.2013, 12:14
Re: GMX Doesn't save, After /o Server shuts down - by Facerafter - 06.06.2013, 12:18
Re: GMX Doesn't save, After /o Server shuts down - by reckst4r - 06.06.2013, 12:24
Re: GMX Doesn't save, After /o Server shuts down - by Facerafter - 06.06.2013, 12:33

Forum Jump:


Users browsing this thread: 2 Guest(s)