21.06.2015, 15:57
I think he means that the statistics aren't saved after the server restart if I did get it right..
About this:
Show us "ServerGMX" function as this function might be the reason why just this happens.. I am thinking that the stats are saved only for one player that is online in your server not sure though I didn't check your server nor its code!
About this:
pawn Код:
foreach(Player, i)
{
UpdateIgraca(i);
SetTimer("ServerGMX", 5000, false);
}