SA-MP Forums Archive
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)
+--- Thread: NPC (/showthread.php?tid=641896)



NPC - IchNar - 22.09.2017

How can i create standing NPC?. The NPC will just stand in one place all the time.


Re: NPC - AbyssMorgan - 22.09.2017

For non movable npc use
https://sampwiki.blast.hk/wroot/index.php?title=CreateActor


Re: NPC - TheLeech - 22.09.2017

pawn Код:
CreateActor(0, 0.0, 0.0, 3.0, 0.0);
//(modelid, Float:X, Float:Y, Float:Z, Float:Rotation)



Re: NPC - IchNar - 22.09.2017

Thx.