Posts: 324
Threads: 78
Joined: Oct 2010
Reputation:
0
Well hey guys, My world boundaries have been said around LS and have been for a while, just I have only noticed recently when exiting an interior it says "Please stay inside the world boundaries" I realise this is because the interiour ID changes before the pos does and hence why the message is displayed. But any way on stopping it from doing that? Thanks
Posts: 324
Threads: 78
Joined: Oct 2010
Reputation:
0
Really need to find a way to stop this, someone please help me out
Posts: 131
Threads: 26
Joined: Feb 2007
Reputation:
0
Don't set the world boundaries on connect. set them on respawn and when player exits the interior.
EX:
When player spawns/respawns -> set boundaries to LS
When player enters an interior -> set boundaries to MAP (-3000, +3000)
When player exits an interior -> set boundaries to LS