28.12.2011, 22:08
Quote:
That's just stupid. Think logic
Your admin level is high enough, BUT your helper level is not! Since you're using "||" it means "or" to call the code down. pawn Code:
|
this is correct
However, I personally believe you shouldn't even use it like that but like this
pawn Code:
if(PlayerInfo[playerid][pAdmin] >= 4 || PlayerInfo[playerid][pHelper] >= 5)