SA-MP Forums Archive
How to remove world boundries - 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: How to remove world boundries (/showthread.php?tid=116442)



How to remove world boundries - JoeDaDude - 28.12.2009

Well when i goto my DM,
It adds world boundries around that DM area,
So you cant escape, But anyway how do i remove the world boundries?
So if a person exits the DM, The world boundries get removed,
So they can go wherever they want,

How?


Re: How to remove world boundries - M4S7ERMIND - 28.12.2009

search in your script SetPlayerWorldBounds(...) and delete it.


Re: How to remove world boundries - JoeDaDude - 28.12.2009

No thats not what i want,
I have boundries so when people go on dm area they cant escape,
But when they type /exitdm, It says Stay within world boundries,
And keeps jumping back to the area, But i want it so when they type /exitdm,
It sets the world boundries back to normal


Re: How to remove world boundries - dice7 - 28.12.2009

SetPlayerWorldBounds(playerid,20000.0000,-20000.0000,20000.0000,-20000.0000);


Re: How to remove world boundries - Hijolion - 29.12.2009

Quote:
Originally Posted by dice7
SetPlayerWorldBounds(playerid,20000.0000,-20000.0000,20000.0000,-20000.0000);
I agree to that I had that script before