Do I need to put after both?
#1

If I do like this.
pawn Код:
if(PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1 && PlayerInfo[playerid][pDuty] == 1)
Will it check if the player is pMember 1 and pDuty = 1 too? Or do I need to pur the pDuty after pMember aswell? What I mean is, is this code the same as if I would put
pawn Код:
if(PlayerInfo[playerid][pMember] == 1 && PlayerInfo[playerid][pDuty] == 1 || PlayerInfo[playerid][pLeader] == 1 && PlayerInfo[playerid][pDuty] == 1)
Reply


Messages In This Thread
Do I need to put after both? - by Don_Cage - 14.09.2013, 16:08
Re: Do I need to put after both? - by Konstantinos - 14.09.2013, 16:10
Re: Do I need to put after both? - by Don_Cage - 14.09.2013, 17:00
Re: Do I need to put after both? - by -Prodigy- - 14.09.2013, 18:21
Re: Do I need to put after both? - by XcorelloX - 14.09.2013, 18:49

Forum Jump:


Users browsing this thread: 2 Guest(s)