countdown
#1

My problem: It's only showing "go!"

pawn Код:
gCountDown--;
    if(gCountDown == 3) { format(str, sizeof(str),"~r~3"); GameTextForAll(str, 1000, 3); }
    else if(gCountDown == 2) { format(str, sizeof(str),"~y~2"); GameTextForAll(str, 1000, 3); }
    else if(gCountDown == 1) { format(str, sizeof(str),"~b~1"); GameTextForAll(str, 1000, 3); }
    else if(gCountDown == 0)
    {
        format(str, sizeof(str),"~g~go!");
        GameTextForAll(str, 1000, 3);
Reply


Messages In This Thread
countdown - by LifeStyle - 24.08.2010, 09:42
Re: countdown - by LifeStyle - 24.08.2010, 12:12
Re: countdown - by LifeStyle - 24.08.2010, 17:25
Re: countdown - by Vince - 24.08.2010, 17:33
Re: countdown - by LifeStyle - 24.08.2010, 17:35
Re: countdown - by Vince - 24.08.2010, 17:39
Re: countdown - by LifeStyle - 24.08.2010, 18:45

Forum Jump:


Users browsing this thread: 1 Guest(s)