[Ajuda] Bloqueando Comando
#7

pawn Код:
new incorrida[ MAX_PLAYERS ];

CMD:ircorrida(playerid)
{
    incorrida[ playerid ] = 1;
    return 1;
}

CMD:rv(playerid)
{
    if(incorrida[playerid]) return SendClientMessage(playerid, -1,"Vocк esta em um evento, portanto nгo pode usar este comando");
    // outras funcoes
    return 1;
}
Reply


Messages In This Thread
Bloqueando Comando - by Douglas651 - 08.10.2013, 22:07
Re: Bloqueando Comando - by Duduzinho - 08.10.2013, 22:10
Re: Bloqueando Comando - by Douglas651 - 08.10.2013, 22:11
Re: Bloqueando Comando - by Duduzinho - 08.10.2013, 22:15
Re: Bloqueando Comando - by Douglas651 - 08.10.2013, 22:18
Re: Bloqueando Comando - by Duduzinho - 08.10.2013, 22:20
Re: Bloqueando Comando - by Coe1 - 08.10.2013, 22:31

Forum Jump:


Users browsing this thread: 3 Guest(s)