Timer
#6

PHP Code:

new countvar=4;//Top on script
forward CountDOwn();
public 
CountDown()
{
       if(
countvar != 0)
       {
                
countvar--;
                new 
str[128];
                if(
countvar == 0)
                {
                        
KillTimer(CountDownTimer);
                        
countvar 4;
                }
                else
                {
                         
format(strsizeof(str), "%d"CountDownTimer);
                         
GameTextForAll(str10001);
                }
       }

Reply


Messages In This Thread
Timer - by Heress - 31.10.2018, 08:46
Re: Timer - by DaniceMcHarley - 31.10.2018, 08:51
Re: Timer - by Heress - 31.10.2018, 08:57
Re: Timer - by ReD_HunTeR - 31.10.2018, 09:02
Re: Timer - by Heress - 31.10.2018, 09:03
Re: Timer - by IceBilizard - 31.10.2018, 09:03
Re: Timer - by TheToretto - 31.10.2018, 09:18
Re: Timer - by Heress - 31.10.2018, 09:26
Re: Timer - by TheToretto - 31.10.2018, 09:29
Re: Timer - by Heress - 31.10.2018, 09:44
Re: Timer - by TheToretto - 31.10.2018, 10:10
Re: Timer - by Heress - 31.10.2018, 10:45
Re: Timer - by Heress - 31.10.2018, 10:48
Re: Timer - by TheToretto - 31.10.2018, 11:01
Re: Timer - by Heress - 31.10.2018, 11:03

Forum Jump:


Users browsing this thread: 1 Guest(s)