19.06.2010, 06:28
Your lucky!
I figured out that a non recorded npc can easy be teleported with setplayerpos.
i tested this the following way;
making an npc without the recording
then under onplayerspawn (the part where the npc is spawned) put SetPlayerPos)
The npc will spawn at the point you want it.
After you have done that you can still use setplayerpos...put it in a command the npc could use or something.
Note: This will not work with npc's in a vehicle
I figured out that a non recorded npc can easy be teleported with setplayerpos.
i tested this the following way;
making an npc without the recording
then under onplayerspawn (the part where the npc is spawned) put SetPlayerPos)
The npc will spawn at the point you want it.
After you have done that you can still use setplayerpos...put it in a command the npc could use or something.
Note: This will not work with npc's in a vehicle