Posts: 233
Threads: 82
Joined: Jan 2011
Quote:
Originally Posted by GTLS
Try this.
PHP код:
if((PlayerData[playerid][pFactionRank] > FactionData[PlayerData[playerid][pFaction]][factionEditrank]) && PlayerData[playerid][pAdmin] < 5)
return SendClientMessage(playerid, COLOR_ADM, "ACCESS DENIED:{FFFFFF} Your rank doesn't have permission to do this.");
|
Wouldn't that require both structures to be correct in order to work?
Код:
&& and if (Left && Right)