Newbie Question - 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: Newbie Question (
/showthread.php?tid=161103)
Newbie Question -
[DK]JaloNik - 18.07.2010
Hey guys!
I lol at myself, as I need to ask this.
How do I find the Interior ID by looking at a /save code like this:
pawn Код:
AddPlayerClass(288,133.4619,532.1700,2686.9043,98.8614,0,0,0,0,0,0);
Thank you!
/JaloNik
Re: Newbie Question -
[XST]O_x - 18.07.2010
It is not appearing there.
But you can just load the debug filterscript,then do /gotoloc x y z interior and just try interiors between 0-14 until you see the objects.
Re: Newbie Question -
oliverrud - 18.07.2010
Can't as far as I know, You could maybe do something like when going to this interior then do a command just for testing that calls GetPlayerInterior.
Look at the example here:
https://sampwiki.blast.hk/wiki/GetPlayerInterior
Re: Newbie Question -
Fj0rtizFredde - 18.07.2010
Type /interior at the same place you typed /save
Re: Newbie Question -
[DK]JaloNik - 18.07.2010
Quote:
Originally Posted by Fj0rtizFredde
Type /interior at the same place you typed /save 
|
I will probably do this.. :P Thanks XD
Edit : Thanks - worked,.

-Thanks to the rest too!