[Pedido] Contagem
#3

pawn Код:
new cmdbloqueado[MAX_PLAYERS];

forward BloqComando();

public BloqComando();
{
    cmdbloqueado[playerid] = 0;
    return 1;
}


CMD:meucomando(playerid, params[])
{
    if(cmdbloqueado[playerid] == 0
    {
        // funзгo
       
        cmdbloqueado = 1;
        SetTimer("BloqComando", 60000, false);
    }
    else
    {
        // se estiver bloqueado
    }
    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: 1 Guest(s)