[Ajuda] Privar um comando
#5

pawn Код:
if(strcmp(cmdtext, "/restart", true) == 0)
    {
       if ((IsPlayerAdmin(playerid)) || PlayerInfo[playerid][pAdmin] >= 6)
       {
        GameModeExitFunc();
       }
       else
       {
        SendClientMessage(playerid, COLOR_GREY, "Vocк nгo estб autorizado a usar este comando!");
       }
       return 1;
    }
Й um comando exclusivo admin.. tentei o que o pharrel disse, ai no casso ali na variavel botei:
pawn Код:
if ((IsPlayerAdmin(playerid)) || PlayerInfo[playerid][pAdmin] >= 6)
Nгo sei se estб certo como eu fiz mas, como eu fiz deu erro...
Enfim, se com o exemplo de comando ai puderem me dar mais alguma dica eu agradeceria *-*
Reply


Messages In This Thread
[Ajuda] Privar um comando - by Expectus - 04.10.2011, 02:51
Re: [DUVIDA] Privar um comando - by WLSF - 04.10.2011, 02:53
Re: [DUVIDA] Privar um comando - by Pharrel - 04.10.2011, 02:53
Re: [DUVIDA] Privar um comando - by Mattos - 04.10.2011, 02:54
Re: [DUVIDA] Privar um comando - by Expectus - 04.10.2011, 03:05
Re: [DUVIDA] Privar um comando - by Pharrel - 04.10.2011, 03:12
AW: [DUVIDA] Privar um comando - by [S]trong - 04.10.2011, 03:26
Re: [Ajuda] Privar um comando - by Mattos - 04.10.2011, 18:27

Forum Jump:


Users browsing this thread: 4 Guest(s)