24.08.2012, 13:17
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
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