[Ajuda] Uma contagem apenas pra quem estб no x1.
#2

E Tente..
PHP код:
public CountDownX1Running()
{
    for(new 
i=0i<MAX_PLAYERSi++)
    {
        if(
TaNox1Running[i] == && IsPlayerConnected(i))
        {
            if(
Count == 5){GameTextForPlayer(i,"5"20003);PlayerPlaySound(i10560,0,0);}
            if(
Count == 4){GameTextForPlayer(i,"4"20003);PlayerPlaySound(i10560,0,0);}
             if(
Count == 3){GameTextForPlayer(i,"3"20003);PlayerPlaySound(i10560,0,0);}
             if(
Count == 2){GameTextForPlayer(i,"2"20003);PlayerPlaySound(i10560,0,0);}
             if(
Count == 1){GameTextForPlayer(i,"1"20003);PlayerPlaySound(i10560,0,0);}
            if(
Count == 0)
            {
                
GameTextForPlayer(i,"GO"20003);
                
PlayerPlaySound(i10570,0,0);
                
KillTimer(CountdownTimerX1Running);
                
TogglePlayerControllable(i,1);
            }
        }
    }
    
Count--;
    return 
true;

Reply


Messages In This Thread
Uma contagem apenas pra quem estб no x1. - by Kon_BR - 22.10.2012, 16:51
Re: Uma contagem apenas pra quem estб no x1. - by ForT - 22.10.2012, 17:10
Re: Uma contagem apenas pra quem estб no x1. - by Kon_BR - 22.10.2012, 19:54

Forum Jump:


Users browsing this thread: 1 Guest(s)