Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
Okay... So I use teleports, to go into my interiors... (obviously)
But, how do I use CreateObject(objectid, X, Y, Z...) in interiors?
I know it's possible, but I don't know how to do it, any ideas?
Posts: 1,142
Threads: 19
Joined: Aug 2009
Reputation:
0
All (streaming) objects appear in all Interiors and Virtual Worlds
Posts: 6,129
Threads: 36
Joined: Jan 2009
Use a streamer (like Incognito's streamer), or create your own function to detect when a player's interior /virtual world changes then CreatePLAYERObject (other wise everyone (despite them not being in the interior / virtual world) will see the object(s).
Posts: 380
Threads: 16
Joined: Jan 2010
Reputation:
0
It will automatically work...
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
Guys, this has been solved for a long time.