SA-MP Forums Archive
NPC and Actors - 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: NPC and Actors (/showthread.php?tid=622892)



NPC and Actors - POL_george - 27.11.2016

Hi there, I want to make a system that make peds walking like in singleplayer, because you feel lonely into a RPG gm! So how I can do something like this?
Some questions:
1)NPC's does occupy a player slot?
2)Does actors can have a walking path?
3)NPC can be that clever that can drive a path but stopping if is something in it's face?


Re: NPC and Actors - sammp - 27.11.2016

1) NPC does occupy a player slot, Actors don't
2) Actors don't move, they are static and designed for AI interaction e.g. Till Operator
3) You probably could, but it's not worth the effort.