16.02.2012, 06:18
Quote:
|
First,you have to add a variable for timer in this format:
Код:
forward TimersName (playerid); Код:
SetTimer("TimersName",10000,0); // 10000 is number of miliseconds,after that timer is active (1000ms -10 seconds)
At last,you have to add new public at end of your script: Код:
public TimersName(playerid)
{
// Do something here,what will happen,after 10 seconds..
return 1;
}
|
I know how it works. Im just wondering if i set time to 1ms it can cause a lags?


