help me please..
#1

under ongamemodeinit()

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);
}

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)