[Pedido] Contagem
#6

Tente , eu nгo testei, mais tenta:

pawn Код:
new blockcmd[MAX_PLAYERS];
pawn Код:
CMD:comando(playerid, params[])
{
    if (blockcmd[playerid] == 1)
    {
        SetTimer("cmdblock", 100000, false);
        SendClientMessage(playerid, 0xFF0000FF, "Espere um tempo, depois volte a usar comandos");
        for(new Lp; Lp < 60; Lp++)
        {
            SendClientMessage(playerid, Cor, "%i", Lp);
        }
    }
    //RESTO-DO-COMANDO
    blockcmd[playerid] = 1;
    return 1;
}
pawn Код:
//FINAL- do mode
forward cmdblock();
public cmdblock()
{
    //cmdblock[playerid] = 0;
    for(new i = 0; i < MAX_PLAYERS; i++) {
    SendClientMessage(i, Cor, "Comandos desbloqueados ");
    }
    return 1;
}
Reply


Messages In This Thread
Contagem - by Freak@ - 30.08.2013, 15:36
Re: Contagem - by XxFaTaLxX - 30.08.2013, 15:48
Re: Contagem - by bruxo00 - 30.08.2013, 15:48
Re: Contagem - by Freak@ - 30.08.2013, 15:56
Re: Contagem - by xxRaioxx - 30.08.2013, 19:31
Re: Contagem - by xxRaioxx - 30.08.2013, 19:36
Re: Contagem - by [THs]ShadoW - 30.08.2013, 19:43
Re: Contagem - by xxRaioxx - 30.08.2013, 19:46
Re: Contagem - by darkxdll - 30.08.2013, 19:53
Re: Contagem - by [THs]ShadoW - 30.08.2013, 20:21

Forum Jump:


Users browsing this thread: 3 Guest(s)