SA-MP Forums Archive
Need help with NPC's (Paying 5$ on paypal) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Need help with NPC's (Paying 5$ on paypal) (/showthread.php?tid=324473)



FIXED - Gus_Stone - 09.03.2012

Fixed


Re: Need help with NPC's (Paying 5$ on paypal) - T0pAz - 09.03.2012

Looks like something is restricting it.


Re: Need help with NPC's (Paying 5$ on paypal) - rati555 - 09.03.2012

I think your register system restrict them
pawn Код:
public OnPlayerConnect(playerid)
{
if(IsPlayerNpc(playerid)) return 1;
//====== other here

return 1;
}