Need to make timer work for all ID's not just for ID 0 HELP !
#3

Or if you wish to set it only for one player, you can use this:

pawn Код:
SetTimerEx("SecondTimer", 4000, 1, "i", playerid);

forward SecondTimer(playerid);
public SecondTimer(playerid)
{
    SendClientMessage(playerid, COLOR, " ");
}
Reply


Messages In This Thread
Need to make timer work for all ID's not just for ID 0 HELP ! - by mdaniel - 09.07.2009, 12:59
Re: Need to make timer work for all ID's not just for ID 0 HELP ! - by Marcel - 09.07.2009, 13:00
Re: Need to make timer work for all ID's not just for ID 0 HELP ! - by SpiderPork - 09.07.2009, 13:03
Re: Need to make timer work for all ID's not just for ID 0 HELP ! - by Lazarus - 09.07.2009, 13:04

Forum Jump:


Users browsing this thread: 1 Guest(s)