SOLVED
#6

like ive said before, if you read the tutorial properly you would know.

Quote:

Your script is forcing the NPC to login, or you have an anti-cheat / ping kicker that is interfering with your NPC. You can add...
PAWN Code:

if(IsPlayerNPC(playerid)) return 1;

... as the first line of any callbacks that bots will use, e.g. OnPlayerRequestClass or OnPlayerRequestSpawn. For an efficient, simple way of excluding NPCs from loops, check out foreach by ******.

Reply


Messages In This Thread
SOLVED - by Jake Canfield - 16.10.2009, 06:36
Re: [HELP]a_npc - by V1ceC1ty - 16.10.2009, 07:25
Re: [HELP]a_npc - by Jake Canfield - 16.10.2009, 07:48
Re: [HELP]NPC Doesnt work - by V1ceC1ty - 16.10.2009, 08:02
Re: [HELP]NPC Doesnt work - by Jake Canfield - 16.10.2009, 08:56
Re: [HELP]NPC Doesnt work - by V1ceC1ty - 16.10.2009, 09:01
Re: [HELP]NPC Doesnt work - by Jake Canfield - 16.10.2009, 09:12
Re: [HELP]NPC Doesnt work - by V1ceC1ty - 16.10.2009, 09:17
Re: [HELP]NPC Doesnt work - by Jake Canfield - 16.10.2009, 09:32

Forum Jump:


Users browsing this thread: 2 Guest(s)