05.08.2016, 12:30
Код:
if(PlayerInfo[playerid][pAdmin] < 4 && PlayerInfo[playerid][pFactionModerator] == 0)
Код:
if the player using the command is less than admin level 4 and is not faction moderator
Try:
Код:
if(PlayerInfo[playerid][pAdmin] > 4 && PlayerInfo[playerid][pFactionModerator] == 1)
See:
https://sampwiki.blast.hk/wiki/Control_Structures