SA-MP Forums Archive
Any method to create a standing 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: Any method to create a standing NPC? (/showthread.php?tid=548910)



Any method to create a standing NPC? - VivianKris - 03.12.2014

Hi guys, I just want create a standing without any other actions NPC in my server.
I think I have a method that record a NPC standing 30 minutes or longer, every 30 minutes out and I restart it.
But its stupid, anyone has a better idea?

THX.


Re: Any method to create a standing NPC? - AIped - 03.12.2014

You can just add an npc without a recording. just make sure you set its position when it spawns.

idletest file in npcmodes is an example of that


Re: Any method to create a standing NPC? - VivianKris - 03.12.2014

Quote:
Originally Posted by AIped
Посмотреть сообщение
You can just add an npc without a recording. just make sure you set its position when it spawns.

idletest file in npcmodes is an example of that
Thank you.