timers
#1

Hello guys i want to make a code that every 5 min there will be explosions for 1 min and then explosions stop after one minute is done.

i have did this so far

PHP код:
public OnGameModeInit()
{
    
SetTimer("bombtime"3000001);
    return 
1;
}
public 
bombtime()
{
    
SetTimer("OneMinBomb"600001);
     return 
1;

Reply


Messages In This Thread
timers - by SalmaN97 - 13.11.2015, 10:24
Re: timers - by 7days7 - 13.11.2015, 12:18
Re: timers - by SalmaN97 - 13.11.2015, 12:54
Re: timers - by 7days7 - 13.11.2015, 13:29
Re: timers - by SalmaN97 - 13.11.2015, 14:22
Re: timers - by SalmaN97 - 25.11.2015, 14:15

Forum Jump:


Users browsing this thread: 3 Guest(s)