03.08.2014, 23:26
if(IsPlayerNPC(playerid)) return 1;
lol
So you want only NPC's to call this callback?
Either remove that or make it if(IsPlayerNPC(playerid)) return 0; or if(!IsPlayerNPC(playerid)) return 1;
lol
So you want only NPC's to call this callback?
Either remove that or make it if(IsPlayerNPC(playerid)) return 0; or if(!IsPlayerNPC(playerid)) return 1;