RNPC help - 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: RNPC help (
/showthread.php?tid=497794)
RNPC help -
Dj_maryo1993 - 28.02.2014
How to connect and set pos of a npc using rnpc ?
This is my code ,but it doesnt work
Код:
public LoadNPCS()
{
new z=ConnectRNPC("IESIACAS");
SetPlayerPos(z,359.3297,-2032.0125,7.8359);
return 1;
}