22.06.2018, 15:19
PHP код:
CMD:configfaction(playerid, params[])
{
if(!PlayerData[playerid][pFaction])
return SendClientMessage(playerid, COLOR_ADM, "ERROR: You aren't in a faction.");
if(PlayerData[playerid][pFactionRank] > FactionData[PlayerData[playerid][pFaction]][factionEditrank])
return SendClientMessage(playerid, COLOR_ADM, "ACCESS DENIED:{FFFFFF} Your rank doesn't have permission to do this.");
if(PlayerData[playerid][pAdmin] < 5) return SendClientMessage(playerid, COLOR_ADM, "ACCESS DENIED:{FFFFFF} Your rank doesn't have permission to do this. ADMIN");
ShowYourFactionMenu(playerid);
return 1;
}