what interior is that - 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: what interior is that (
/showthread.php?tid=346884)
what interior is that -
Visio - 30.05.2012
what interior is that

interior "4" but coordinates or name?
Re: what interior is that -
Infinity90 - 30.05.2012
https://sampwiki.blast.hk/wiki/InteriorIDs
Re: what interior is that -
Visio - 30.05.2012
Shops, Casinos ?
or where i don't know
rep ++
Re: what interior is that -
Jaxson - 30.05.2012
Use /save to get the coordinates.
Re: what interior is that -
Visio - 30.05.2012
i use it but when i command /xgoto coor falling from the sky
1478.7980,-1701.7201,7.1078,257.3969 interior 4 but i falling from the sky
Re: what interior is that -
Jaxson - 30.05.2012
Could be that the interior was mapped there, using CreateObject function and you're getting the coordinates at the wrong position.
Try to see if you can find that interior in this list:
http://weedarr.wikidot.com/interior
Re: what interior is that -
Visio - 30.05.2012
isn't mapped there becaus i see that on 2 diferent servers
it gabbling..
Re: what interior is that -
Hoss - 30.05.2012
pawn Код:
CMD:casino(playerid,params[])
{
SetPlayerPos(playerid,1118.8878,-10.2737,1002.0859);
SetPlayerInterior(playerid,12);
return 1;
}
Re: what interior is that -
Visio - 30.05.2012
Quote:
Originally Posted by Hoss
pawn Код:
CMD:casino(playerid,params[]) { SetPlayerPos(playerid,1118.8878,-10.2737,1002.0859); SetPlayerInterior(playerid,12); return 1; }
|
thank you