23.04.2014, 23:55
How i can do so admins cant use commands on npcs
I done this on sethealth command, it works but not in other commands
I done this on sethealth command, it works but not in other commands
pawn Код:
if(IsPlayerNPC(pID) == 1) return SendClientMessage(playerid, COLOR_RED, "You Cannot Use This Command On A NPC.");