[Ajuda] Com pMember
#1

Estou usando as organizaзхes 1 e 3 como Cops...

E para os comandos de COP's Estou colocando estas condiзхes

pawn Код:
if(PlayerInfo[playerid][pMember] != 1 || PlayerInfo[playerid][pLeader] != 1)
            {
                if(PlayerInfo[playerid][pMember] != 3 || PlayerInfo[playerid][pLeader] != 3)
                {
                    SendClientMessage(playerid, COLOR_GREY, "   Vocк nгo й um Oficial !");
                    return 1;
                }
            }
sу que sendo ou nгo membro/lider das ORGS 1 e 3 eu consigo usar o /gov, retorna a mensagem vocк nгo й um oficial.
Reply
#2

pawn Код:
if(PlayerInfo[playerid][pMember] != 1 && PlayerInfo[playerid][pLeader] != 1)
            {
                if(PlayerInfo[playerid][pMember] != 3 && PlayerInfo[playerid][pLeader] != 3)
                {
                    SendClientMessage(playerid, COLOR_GREY, "   Vocк nгo й um Oficial !");
                    return 1;
                }
            }
vc deve usar '&&' nesse caso.
Reply
#3

Deu certinho... +rep

E ja entendi por que nгo poderia ser ||... Obg
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)