[Ajuda] Problema com sistema de X1
#2

Tente assim:
pawn Код:
public contagemX1()
{
    new string[128];
    tempox1--;
    for(new i = 0; i < MAX_PLAYERS; ++i)
    {
        if(inx1[i] == 1)
        {
            format(string,sizeof(string),"~r~%d",tempox1);
            GameTextForPlayer(i, string, 1000, 3);
            PlayerPlaySound(i, 1057, 0.0, 0.0, 0.0);
            if(tempox1 == 0)
            {
                KillTimer(timerx1);
                tempox1 = 60;
                TogglePlayerControllable(i, 1);
            return 1;
            }
        return 1;
       }
    }
    return 1;
}
#Identa ai,O Quick Reply nao deixa nada identado.
Reply


Messages In This Thread
[Ajuda] Problema com sistema de X1 - by cotonete - 14.10.2011, 22:06
Re: [Ajuda] Problema com sistema de X1 - by Dolby - 14.10.2011, 22:11
Re: [Ajuda] Problema com sistema de X1 - by Vai_Besta - 14.10.2011, 22:13
Re: [Ajuda] Problema com sistema de X1 - by [O.z]Caroline - 14.10.2011, 22:21

Forum Jump:


Users browsing this thread: 1 Guest(s)