09.07.2009, 12:59
Hi...
So lets say I have a verry simple script.
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 !
So lets say I have a verry simple script.
Код:
SetTimer("SecondTimer",4000, 1);
Код:
forward SecondTimer(playerid); public SecondTimer(playerid) { SendClientMessage(playerid,COLOR," "); }
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 !