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

Hi...
So lets say I have a verry simple script.
Код:
SetTimer("SecondTimer",4000, 1);
Код:
forward SecondTimer(playerid);
public SecondTimer(playerid)
{
	SendClientMessage(playerid,COLOR," ");
}
Just in every 4 seconds it writes another blank text line... As simple as that.
The basic problem is, that The timer works just on ID 0. I really need it to work on all the ID's !!!!!!!!
Im just a begginer in scripting, so please try to answer simple... That a begginer programmer would understand

REALY NEED THIS !
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: 2 Guest(s)