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

pawn Код:
SetTimer("SecondTimer",4000, 1);


forward SecondTimer();
public SecondTimer()
{
    for( new i = 0; i < MAX_PLAYERS; i++ )
    {
        SendClientMessage(i,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)