17.01.2010, 17:07
It occurs for everyone
My timer update for it
Edit: I put the syncup timer under my timers for my random checkpoints and it works fine now
Thank you for the help
My timer update for it
pawn Код:
synctimer = SetTimer("SyncUp", 6000, 1);
public SyncUp()
{
SyncTime();
DollahScoreUpdate();
}
Thank you for the help