29.09.2018, 17:15
I have a command which can be executed only by cops and admins level 5.
I have this check:
But doesn't work. It says i need to be a Law Enforcement Officer. (P.S I'm a civ with admin level 5).
I have this check:
pawn Код:
if(gTeam[playerid] != TEAM_COP || Player[playerid][AccountLevel] < 5) return SCM(playerid, COLOR_LIGHTRED, "* You must be a law enforcement officer to remove a roadblock.");