Virtual World and Interiors -
1fret - 20.04.2017
Ok i have a few maps(house interiors) in my server and also i have a teleport system that will tp you, now if i create a teleport in house 1 with interior 12 and create another house and also use interior 12 i will see the teleport... Now what i want is that i want i can make the teleport inside any house and it will only be visible in that house even when another house uses the same interior.. I want to know how to use 1 interior multiply times...
Re: Virtual World and Interiors -
fatlirmorina - 20.04.2017
You need to use Streamer's CreateDynamic3Dtextlabel if that's what you are trying to say
Re: Virtual World and Interiors -
1fret - 20.04.2017
Quote:
Originally Posted by fatlirmorina
You need to use Streamer's CreateDynamic3Dtextlabel if that's what you are trying to say
|
I use that to create the 3d text... I dont think you understand what i mean...
when ever i create a 3dtext inside house 1 , all other houses with the same interior as house 1 will be able to see the 3dtext..
Re: Virtual World and Interiors -
vernz - 20.04.2017
Simply use a different virtual world for each house
Re: Virtual World and Interiors -
1fret - 21.04.2017
Quote:
Originally Posted by vernz
Simply use a different virtual world for each house
|
So if i change the virtual world for example to 2 and another house is created with the same interior and same virtual world wouldnt it be still seen in the house?
Re: Virtual World and Interiors -
vernz - 21.04.2017
Each house should be in a different VW
Re: Virtual World and Interiors -
1fret - 21.04.2017
Quote:
Originally Posted by vernz
Each house should be in a different VW
|
Dude there is like 600 houses in game
Re: Virtual World and Interiors -
RoboN1X - 21.04.2017
And there are like 2,147,483,647 virtual worlds in game
Re: Virtual World and Interiors -
1fret - 21.04.2017
Quote:
Originally Posted by RoboN1X
And there are like 2,147,483,647 virtual worlds in game
|
So is it possible to give all houses created a random virtual world? like i can just do something like this new VW= random(2000); and it will give a random number
Re: Virtual World and Interiors -
oSAINTo - 21.04.2017
Quote:
Originally Posted by 1fret
So is it possible to give all houses created a random virtual world? like i can just do something like this new VW= random(2000); and it will give a random number
|
You could, but I believe that could result in a house having the potential to get another house's VW.
I suggest making a variable that saves the last used VW of a house, then, whenever you're making a house make it write that variable as the VW +1. It's 3am here and I probably worded that poorly, if you need more explanation, let me know.