SA-MP Forums Archive
SOLVED - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SOLVED (/showthread.php?tid=102536)



SOLVED - Jake Canfield - 16.10.2009

Changed topic.


Re: [HELP]a_npc - V1ceC1ty - 16.10.2009

a_npc Cannot be included in FS's or GM's


Re: [HELP]a_npc - Jake Canfield - 16.10.2009

Quote:
Originally Posted by √№ceC№ty
a_npc Cannot be included in FS's or GM's
:S Ok I give up on npc's.

How to make a NPC of yours work in my gm?


Re: [HELP]NPC Doesnt work - V1ceC1ty - 16.10.2009

read the "• How to use" provided in the thread. These NPC's work 100% without bugs aslong as you have placed files in the correct place.


Re: [HELP]NPC Doesnt work - Jake Canfield - 16.10.2009

Quote:
Originally Posted by √№ceC№ty
read the "• How to use" provided in the thread. These NPC's work 100% without bugs aslong as you have placed files in the correct place.
Ok but my server has a register and logon force system what do i need to do so it knows that they ar npc?


Re: [HELP]NPC Doesnt work - V1ceC1ty - 16.10.2009

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 ******.




Re: [HELP]NPC Doesnt work - Jake Canfield - 16.10.2009

Quote:
Originally Posted by √№ceC№ty
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 ******.

XD thanks for that i didnt see that part
and btw i downloaded your ls one and all i saw was three taxis parked at lv



Re: [HELP]NPC Doesnt work - V1ceC1ty - 16.10.2009

Go to school and please learn to read.

Quote:

read the "• How to use" provided in the thread. These NPC's work 100% without bugs aslong as you have placed files in the correct place.

if you cant do this then stop trying to make a server.


Re: [HELP]NPC Doesnt work - Jake Canfield - 16.10.2009

Quote:
Originally Posted by √№ceC№ty
Go to school and please learn to read.

Quote:

read the "• How to use" provided in the thread. These NPC's work 100% without bugs aslong as you have placed files in the correct place.

if you cant do this then stop trying to make a server.
Ok so something needs to be edited to be used in my script should i edit your fs to make it work cause all i see is 3 taxi's parked in lv [ls taxis in lv ] and 1 car in the wall.