16.12.2010, 14:56
(
Последний раз редактировалось Baboon; 16.12.2010 в 15:49.
)
under ongamemodeinit()
how can I repeat this all but with a brake of 5 seconds, so like: 0-5 seconds it will work. 5-10 it has a brake, 10-15 it works again, 15-20 seconds a brake etc... if I make a SetTimerEx in the SetTimerEx of changespawn, to repeat it, then it will crash.
Greetz, me.
Quote:
for(new i = 0; i < MAX_PLAYERS; i++) { SetTimerEx("shops",720000,false,"d",i);//shop SetTimerEx("ChangeSpawn",34000,false,"d",i); SetTimerEx("respawner",35000,false,"d",i); SetTimerEx("animations",30000,false,"d",i); } |
Greetz, me.