05.02.2011, 11:08
Would this be actualy wise to use?
Or it would be better to place the timers at OnGameModeInit?
The same question i have for a ping kicker, would it be better to use it
at OnPlayerUpdate or better set a timer that checks the ping?
I need to some advices from good scripters.
Thanks, regards.
pawn Код:
public OnPlayerSpawn(playerid)
{
if(!zareaupdate) zareaupdate = SetTimer("update_zarea",1000,4);
if(!zoneupdate) zoneupdate = SetTimer("update_zones",1000,4);
return 1;
}
The same question i have for a ping kicker, would it be better to use it
at OnPlayerUpdate or better set a timer that checks the ping?
I need to some advices from good scripters.
Thanks, regards.