[Ajuda] Comandos /Contar..
#1

Queria pedi uma ajuda, Alguem afim de ajudar teria como alterar esse comando pra contar atй 3 ae vem o GO, ele sу ta contando GO, Tipo, Nгo aparece 1 2 3, Sу fica nada, dps de 3 Segundos aparece GO, Comandos & Forward Abaixo..

pawn Код:
CMD:contar(playerid)
{
    if(AFKP[playerid] == true) return SendClientMessage(playerid, Cinza, "[ERRO] Vocк estб ausente.");
    if(Logado[playerid] == false) return SendClientMessage(playerid, Cinza, "[ERRO] Vocк deve logar primeiro.");
    SetTimer("ContandoGo", 3000, false);
    new String[100];
    format(String, sizeof(String), "{FF0000}Contando..{FFFFFF} {00FFFF}%s{FFFFFF} Comeзou uma contagem...", rNome(playerid));
    SendClientMessageToAll(-1, String);
    return 1;
}

forward ContandoGo();
public ContandoGo()
{
    for(new r; r<MAX_PLAYERS; r++)
    {
        if(IsPlayerConnected(r))
        {
            GameTextForPlayer(r, "~y~]~w~GO! ~r~~h~GO! ~w~GO!~y~]", 2000, 3);
            PlayerPlaySound(r, 1056, 0.0, 0.0, 0.0);
        }
    }
    return 1;
}
Reply


Messages In This Thread
Comandos /Contar.. - by Brunooh - 27.08.2013, 20:56
Re: Comandos /Contar.. - by Samuel300 - 27.08.2013, 21:52
Re: Comandos /Contar.. - by Brunooh - 27.08.2013, 22:10
Re: Comandos /Contar.. - by Sti - 28.08.2013, 00:18
Re: Comandos /Contar.. - by Brunooh - 28.08.2013, 00:40
Re: Comandos /Contar.. - by Sti - 28.08.2013, 01:09
Re: Comandos /Contar.. - by Brunooh - 28.08.2013, 01:18
Re: Comandos /Contar.. - by Sti - 28.08.2013, 01:20
Re: Comandos /Contar.. - by Brunooh - 28.08.2013, 01:24
Re: Comandos /Contar.. - by JesterAnkes - 28.08.2013, 01:41

Forum Jump:


Users browsing this thread: 1 Guest(s)