SA-MP Forums Archive
Setting house 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)
+--- Thread: Setting house interiors? (/showthread.php?tid=371763)



Setting house interiors? - Luke_James - 24.08.2012

I don't understand how you can set interiors for houses using /sethouse interior. Let me explain how the command works;

/addhouse exterior interior complete

So first you do /addhouse exterior, and it saves the co-ordinates. Then you have to do /addhouse interior, but I don't understand how you're meant to access the interior to do the command..


Re: Setting house interiors? - Jstylezzz - 24.08.2012

use a interior browser FS..
or if your gamemode has something to teleport to coordinates, look them up, and teleport to the coordinates..
don't forget to set your own interior ID to the interior ID of the interior you are going to..

example:
Look up the interior's position and interiorID
/setinterior <your playerid> <interior of the house>
/gotopos X Y Z the position of the house
do your command

i don't know if you have a command to set your interior, and all that things, but you can make one.
it's way simlper to use a interior browser FS, just search on the forums and ******


Re: Setting house interiors? - Riddick94 - 24.08.2012

You mean how to change interior of the house you choosed? If yes.. well you need to save house to variable with it's interior and then change interior to what you wan't + SetPlayerPos(/FacingAngle)


Re: Setting house interiors? - Luke_James - 24.08.2012

Thank you, isn't there an issue of the interior being shared? So if three houses all have the same interior? For example if player 1 enters house 1 and player 2 enters house 2 they'll both be in the same interior?


Re: Setting house interiors? - Jstylezzz - 24.08.2012

you will have to use virtual world for that..
can be setted with SetPlayerVirtualWorld.
on your /enter command, add SetPlayerVirtualWorld(playerid,houseid);
replace houseid with the variable that holds the ID of your house.
this is just simple solution, if you want it advanced, you should save a random virtualworld, or house+1000 virtual world, inside your housefile, then set read it when the player /enter's the house


Re: Setting house interiors? - Luke_James - 24.08.2012

Thanks. I can't find any FS's for interior browsing, all the SA-MP Wiki articles have dead links


EDIT: Can't you get the co-ordinates of interiors from SA-MP Wiki?


Re: Setting house interiors? - Jstylezzz - 24.08.2012

https://sampforum.blast.hk/showthread.php?tid=255947

hope this helps you


Re: Setting house interiors? - Luke_James - 24.08.2012

+rep, thanks for the help


Re: Setting house interiors? - Luke_James - 24.08.2012

That FS doesn't work, I do /ninterior and select one, and nothing happens


Re: Setting house interiors? - Riddick94 - 24.08.2012

Probarly you have got Dialog with the same ID in your GameMode.