[AJUDA]Contar
#2

pawn Код:
new Count,SoGato;// TOPO
public CountDown()
{
    if(Count > 0)  SoGato = SetTimer("CountDown", 1000, true);
    if(Count == 0)
    {
        GameTextForAll("Go Go Go]", 1000, 3);
        KillTimer(SoGato);
        Count = 5;
        return 1;
    }
    format(string, sizeof(string),"%d", Count);
    GameTextForAll(string,5000,3);
    SoundForAll(1056);
    return Count--;
}
No Comando:

pawn Код:
CountDown();

Abraзos~
Reply


Messages In This Thread
[AJUDA]Contar - by Bleed_Out - 12.06.2011, 22:32
Re: [AJUDA]Contar - by TheGarfield - 12.06.2011, 22:58
Re: [AJUDA]Contar - by Bleed_Out - 13.06.2011, 00:10
Re: [AJUDA]Contar - by Shadoww5 - 13.06.2011, 00:14
Re: [AJUDA]Contar - by Bleed_Out - 13.06.2011, 12:46
Re: [AJUDA]Contar - by ApolloRJ - 13.06.2011, 14:21
Re: [AJUDA]Contar - by Bleed_Out - 13.06.2011, 14:28
Re: [AJUDA]Contar - by ApolloRJ - 13.06.2011, 14:55
Re: [AJUDA]Contar - by Bleed_Out - 13.06.2011, 22:28

Forum Jump:


Users browsing this thread: 1 Guest(s)