[AJUDA] CoutDown (contagem regressiva)
#4

pawn Код:
new cont;
forward Contagem();

public Contagem()
{
    new string[128];
    if(cont > 60){cont = 0; return SendClientMessageToAll(0xA9C4E4FF, "Contagem terminada.");}
    if(cont < 60)
    {
        cont++;
        SetTimer("Contagem", 1000, 0);
        format(string, sizeof(string), "~w~%d", cont);
        GameTextForAll(string, 1000, 4);
    }
    return 1;
}
Reply


Messages In This Thread
[AJUDA] CoutDown (contagem regressiva) - by Vanderson - 18.10.2010, 00:40
Re: [AJUDA] CoutDown (contagem regressiva) - by junioor - 18.10.2010, 09:10
Re: [AJUDA] CoutDown (contagem regressiva) - by Vanderson - 18.10.2010, 11:27
Re: [AJUDA] CoutDown (contagem regressiva) - by Shelby - 18.10.2010, 12:03

Forum Jump:


Users browsing this thread: 1 Guest(s)