17.02.2013, 14:23
A timer?
pawn Код:
SetTimer("WorldTimer",1000*60*60,1);//Should be put in OnGameModeInIt call back.
pawn Код:
//If you don't know what this is, put it at the bottom of the script.
forward WorldTimer();
public WorldTimer()
{
SetWorldTimer(0);//Your choice.
}