SA-MP Forums Archive
[NPC] Minor problem with my npc - 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: [NPC] Minor problem with my npc (/showthread.php?tid=103578)



[NPC] Minor problem with my npc - Pawno_Master - 20.10.2009

Hello,

I have a problem with my npc it connects and everything but the problem is
if i spawn he will just spawn under me and copy my skin and do nothing:S
what could be the problem


Re: [NPC] Minor problem with my npc - GroX - 20.10.2009

I Had the same problem, but it's because the NPC-s script didn't loaded fully.
You must put the NPC's script in server.cfg in filterscripts line and for the First!
Like:
Code:
filterscripts npcscript adminscript //and the others



Re: [NPC] Minor problem with my npc - Pawno_Master - 20.10.2009

No that wasn't the problem i foundt out myself
i switched some name's;p
but thanks


Re: [NPC] Minor problem with my npc - Pghpunkid - 20.10.2009

Quote:
Originally Posted by GroX
I Had the same problem, but it's because the NPC-s script didn't loaded fully.
You must put the NPC's script in server.cfg in filterscripts line and for the First!
Like:
Code:
filterscripts npcscript adminscript //and the others
Thats not how you use NPC's. You dont load it as a filterscript, because it is not in the filterscripts folder at all. ConnectNPC loads the script from the npcmodes folder, and that reads the recording in npcmodes/recordings.


Re: [NPC] Minor problem with my npc - V1ceC1ty - 21.10.2009

you use a fs or gm to connect the npc.


Re: [NPC] Minor problem with my npc - Pghpunkid - 25.10.2009

Quote:
Originally Posted by √№ceC№ty
you use a fs or gm to connect the npc.
Correct, but the NPC script isnt what you load. Go read KC's tutorial. It covers how to do it A to B. No questions asked. I used it to figure out how to do it and works perfect.