27.12.2011, 19:27
Hey, this is a quick question.. I've been searching a little bit, and can't find anything clear.
I know what the "and" symbol is.
So instead of saying for example..
< example
I want to say
< how do I tell pawno that, for example: The command will work if either pFaction equals 1, though it's okay if pStatus is equal to 1?
If it matters, I'm using ZCMD.
I know what the "and" symbol is.
So instead of saying for example..
pawn Код:
if(PlayerInfo[playerid][pFaction] &&(AND) PlayerInfo[playerid][pStatus] == 1
I want to say
pawn Код:
if(PlayerInfo[playerid][pFaction] OR(symbol?) PlayerInfo[playerid][pStatus] == 1
If it matters, I'm using ZCMD.