Quote:
Originally Posted by Konstantinos
It should be:
pawn Код:
if(PlayerInfo[playerid][Level] < 4 && !IsPlayerAdmin(playerid)) return SendClientMessage(playerid, 0xF69521AA,"You can't use this command!");
because the OR (||) makes it to return an error if the player is not both rcon and admin >= 4 level.
|
Not really, you said it yourself though it means OR, if the player level lower than 4 OR not RCON logged in.