SA-MP Forums Archive
Help with interiors - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help with interiors (/showthread.php?tid=146806)



Help with interiors - ViruZZzZ_ChiLLL - 09.05.2010

Problem : Okay, so I've made a map at the warehouse. But when
I go to my server, and tele to the warehouse, all I see are the objects
not the interior

This warehouse, http://forum.sa-mp.com/index.php?topic=164941.0


Re: Help with interiors - XRVX - 09.05.2010

The interior ID is 1
are u sure u have that one?


Re: Help with interiors - DarkPower - 09.05.2010

Under command what will tele to that pos. you need to have
pawn Код:
SetPlayerInterior(playerid, INT ID);



Re: Help with interiors - luckie12 - 09.05.2010

Try this:

Код:
SetPlayerPos(1412.639892,-1.787510,1000.924377);
SetPlayerInterior(playerid, 1);
(works fine for me)


Re: Help with interiors - ViruZZzZ_ChiLLL - 09.05.2010

Quote:
Originally Posted by XRVX
The interior ID is 1
are u sure u have that one?
Quote:
Originally Posted by luckie12
Try this:

Код:
SetPlayerPos(1412.639892,-1.787510,1000.924377);
SetPlayerInterior(playerid, 1);
(works fine for me)
thanks guys

Quote:
Originally Posted by LudiGrad
Under command what will tele to that pos. you need to have
pawn Код:
SetPlayerInterior(playerid, INT ID);
Yeah, I just forgot the id
but thanks :P