Help with interiors
#1

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
Reply
#2

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

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

Try this:

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

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)