[Ajuda] Comando nгo ta definindo
#1

Eu fiz esse comando aqui sу que nгo ta Definindo [pFrente] sу ADMIN alguma soluзгo ? porque quando eu uso como frente para que nгo tenho permissгo... todos esses


pawn Код:
CMD:vidat(playerid, params[])
{
        if((PlayerInfo[playerid][Admin] < 1 || PlayerInfo[playerid][pFrente] >= 1)) return SendClientMessage(playerid, Vermelho, "Erro: Vocк nгo pode usar esse comando.");
        new Float:POS[3];
        GetPlayerPos(playerid,POS[0],POS[1],POS[2]);
        for(new i = 0; i < MAX_PLAYERS; i++)
        {
         if(GetDistanceBetweenPlayers(playerid,i) < 30)
         {
            new string[256];
            SetPlayerHealth(i,100);
            format(string, sizeof(string),"** %s deu vida para todos perto dele!", Nome(playerid));
            SendClientMessage(i,AZUL_CLARO, string);
            }
   }
   return 1;
}
pawn Код:
CMD:coletet(playerid, params[])
{
   if(PlayerInfo[playerid][Admin] >= 1 || PlayerInfo[playerid][pVip] >= 1 || PlayerInfo[playerid][pGerente] >= 1 || PlayerInfo[playerid][pFrente] >= 1) return SendClientMessage(playerid, Vermelho, "Erro: Vocк nгo pode usar esse comando.");
   new Float:POS[3];
   GetPlayerPos(playerid,POS[0],POS[1],POS[2]);
        for(new i = 0; i < MAX_PLAYERS; i++)
        {
         if(GetDistanceBetweenPlayers(playerid,i) < 30)
         {
            new string[256];
            SetPlayerArmour(i, 100);
            format(string, sizeof(string),"** %s deu colete para todos perto dele!", Nome(playerid));
            SendClientMessage(i,AZUL_CLARO, string);
            }
   }
   return 1;
}
Reply


Messages In This Thread
Comando nгo ta definindo - by lekinho911 - 20.10.2013, 21:23
Re: Comando nгo ta definindo - by focaximubh - 20.10.2013, 21:38
Re: Comando nгo ta definindo - by lekinho911 - 20.10.2013, 21:41
Re: Comando nгo ta definindo - by focaximubh - 20.10.2013, 21:48
Re: Comando nгo ta definindo - by lekinho911 - 20.10.2013, 21:49
Respuesta: Comando nгo ta definindo - by DanDRT - 20.10.2013, 21:58
Re: Comando nгo ta definindo - by lekinho911 - 20.10.2013, 22:15
Re: Comando nгo ta definindo - by Menor - 20.10.2013, 22:38
Re: Comando nгo ta definindo - by focaximubh - 20.10.2013, 22:44
Re: Comando nгo ta definindo - by lekinho911 - 20.10.2013, 22:50

Forum Jump:


Users browsing this thread: 2 Guest(s)