28.06.2016, 07:40
With a simple logic; if targetid has an admin level, stop them from using the command.
Код:
if (PlayerInfo[TargetID][pAdminLevel] != 0) return SendClientMessage(playerid, -1, "You cannot use this command on an admin.");