30.03.2010, 19:21
https://sampwiki.blast.hk/wiki/IsPlayerNPC
You did
If you have a ! before a function that means if it returns 0, so think about it. If the player is not a NPC, return 1. So remove the !.
You did
pawn Код:
if(!IsPlayerNPC(playerid)) return 1;