#1

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..
pawn Код:
if(PlayerInfo[playerid][pFaction] &&(AND) PlayerInfo[playerid][pStatus] == 1
< example
I want to say
pawn Код:
if(PlayerInfo[playerid][pFaction] OR(symbol?) PlayerInfo[playerid][pStatus] == 1
< 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.
Reply
#2

Or symbol?

||

Thats.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)