[Ajuda] Em relaзгo a Contagem..
#8

Tente usar assim

pawn Код:
forward ClockDown(playerid);
public ClockDown(playerid)
{
    new Float:Pos[3], string[128];
    GetPlayerPos(playerid,Pos[0],Pos[1],Pos[2]);
    for(new i = 0; i <= MAX_PLAYERS; ++i)
    {
        if(IsPlayerConnected(i))        
        {        
            if(!IsPlayerInRangeOfPoint(i,5.0,Pos[0],Pos[1],Pos[2]))
            if(Count[i] == 0)        
            {
                GameTextForPlayer(i,"Go Go Go", 1000, 3);
                Count[i] =5
                return 0;        
            }        
            format(string,sizeof(string),"%d",Count[i]);        
            GameTextForPlayer(i,string, 1000, 3);
            PlayerPlaySound(i, 1056, 0,0,0);              
            SetTimerEx("ClockDown",1000,false,"fff",Pos[0],Pos[1],Pos[2]);
            return Count[i] --;        
        }
    }
    return true;                
}
C:
Reply


Messages In This Thread
[Ajuda] Em relaзгo a Contagem.. - by [O.z]Caroline - 02.11.2011, 00:59
Re: [Ajuda] Em relaзгo a Contagem.. - by rjjj - 02.11.2011, 01:21
Re: [Ajuda] Em relaзгo a Contagem.. - by [O.z]Caroline - 02.11.2011, 01:23
Re: [Ajuda] Em relaзгo a Contagem.. - by rjjj - 02.11.2011, 01:27
Re: [Ajuda] Em relaзгo a Contagem.. - by [O.z]Caroline - 02.11.2011, 02:13
Re: [Ajuda] Em relaзгo a Contagem.. - by Cristhian - 02.11.2011, 02:15
Re: [Ajuda] Em relaзгo a Contagem.. - by Lipe_Stronda - 02.11.2011, 11:29
Re: [Ajuda] Em relaзгo a Contagem.. - by RebeloX - 02.11.2011, 12:00

Forum Jump:


Users browsing this thread: 1 Guest(s)