SA-MP Forums Archive
Setting LV Meat Factory Interior 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: Setting LV Meat Factory Interior Help! (/showthread.php?tid=363554)



Setting LV Meat Factory Interior Help! - ShawtyyMacJunior - 28.07.2012

Im trying to set the Meat Factory in LV as an interior. When player spawn he should be there, but its not working.

LV Meat Factory Interior ID: 1
Coordinates:
965.38
2159.33
1010.02

And I Want the player to spawn at these coordinates :
961
2142.8999023438
1011

But when i test it he spawns in the middle of nowhere, just air. I need help


Re: Setting LV Meat Factory Interior Help! - Devilxz97 - 28.07.2012

i cant understand :\

you want the player spawn on which one ?


Re: Setting LV Meat Factory Interior Help! - Marlon_Lorran - 28.07.2012

SetPlayerPos(playerid, 965.38,2159.33,1010.02);
SetPlayerInterior(playerid, 1);





Re: Setting LV Meat Factory Interior Help! - BlackWolf120 - 28.07.2012

pawn Код:
SetPlayerPos(playerid,963.418762,2108.292480,1011.030273);
SetPlayerInterior(playerid,1);
Players is going to spawn at Meat factory.
You have to set the interior ID as well when teleporting into interiors.



Kind regards, wolf.