Question about couple timers
#1

Would this be actualy wise to use?

pawn Код:
public OnPlayerSpawn(playerid)
{
    if(!zareaupdate) zareaupdate = SetTimer("update_zarea",1000,4);
    if(!zoneupdate) zoneupdate = SetTimer("update_zones",1000,4);
    return 1;
}
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.
Reply


Messages In This Thread
Question about couple timers - by OldDirtyBastard - 05.02.2011, 11:08
Re: Question about couple timers - by xRyder - 05.02.2011, 11:15
Re: Question about couple timers - by MadeMan - 05.02.2011, 11:18
Re: Question about couple timers - by OldDirtyBastard - 05.02.2011, 11:25

Forum Jump:


Users browsing this thread: 1 Guest(s)