HELP 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: HELP NPC (
/showthread.php?tid=135790)
HELP NPC -
Ro[X]y - 21.03.2010
How can I make an NPC that standing and not move.
Re: HELP NPC -
Fabio11 - 21.03.2010
Only make a record without moving ^^
Re: HELP NPC -
Ro[X]y - 21.03.2010
I really bad at NPC's so I don't know the code.. where I need to put the AMX+PWN (I mean in what folder?)
where I need to write on "Server.cfg"?
Re: HELP NPC -
Fabio11 - 21.03.2010
Check this tutorial, it's explained very well
http://forum.sa-mp.com/index.php?topic=119947.0
Re: HELP NPC -
Ro[X]y - 21.03.2010
Thank you, anyway how can I make the NPC to stop while he driving a vehicle.
I mean like he going to run over someone..
Re: HELP NPC -
Fabio11 - 21.03.2010
You can't. A NPC is a record from a person. Like, you record your NPC running over all the map. When you add this NPC to your server, he does exacly what you did in the recording.
Re: HELP NPC -
boelie - 21.03.2010
theres an npcmode folder that comes with the samp0.3a scripting package.
in the folder theres a file called taxi_ls_test or something.
In there you can see how to do that.
But i strongly suggest to learn about the npc tutor the other guy gave you. Otherwise you wont understand
it at all.
Good Luck
Re: HELP NPC -
Ro[X]y - 21.03.2010
Thank you very very much!
Re: HELP NPC -
Ro[X]y - 22.03.2010
Код:
error 017: undefined symbol "StartRecordingPlayback"
it's writing this error..
I did on the top #include <a_npc>
But it's still give me that error.
Re: HELP NPC -
Ro[X]y - 22.03.2010
I did a NPC mode but nothing changed