01.01.2010, 02:09
|| is like the OR operator, use that in the future.
And for future reference, && is the AND operator, you can use it like this:
Though HiC's post is what you should use.
And for future reference, && is the AND operator, you can use it like this:
pawn Код:
if(GetPlayerSkin(playerid) && GetPlayerScore(playerid) == 69)