SA-MP Forums Archive
Help with world boundaries - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help with world boundaries (/showthread.php?tid=217319)



Help with world boundaries - LiamM - 27.01.2011

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


Re: Help with world boundaries - LiamM - 28.01.2011

Really need to find a way to stop this, someone please help me out


Re: Help with world boundaries - viKKmaN - 28.01.2011

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


Re: Help with world boundaries - LiamM - 30.01.2011

Ah will do that Thanks alot man