SA-MP Forums Archive
World Boundry - 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: World Boundry (/showthread.php?tid=167247)



World Boundry - WackoX - 11.08.2010

I saved 4 positions and i wanted to make a World Boundry of it.

Position A: 50.3956, -404.0798, 10.0
Position B: 2962.4343, -404.0798, 10.0
Position C: 50.3956, -2812.0061, 10.0
Position D: 2962.4343, -2812.0061, 10.0

I've made a square of it, i've tryed many combinations but it's just messed up and i fly into the sky!


Re: World Boundry - 0ne - 11.08.2010

Use seif's areafs, or Xtreme Vehicle Plotter but it doesn't work very well, not correct map.


Re: World Boundry - WackoX - 11.08.2010

Quote:
Originally Posted by 0ne
Посмотреть сообщение
Use seif's areafs, or Xtreme Vehicle Plotter but it doesn't work very well, not correct map.
Yes i did it with Xtreme Vehicle Plotter, but i got same shit, just seems like the coors are messed up.


Re: World Boundry - ikey07 - 11.08.2010

https://sampwiki.blast.hk/wiki/SetPlayerWorldBounds


Re: World Boundry - WackoX - 11.08.2010

Quote:
Originally Posted by ikey07
Посмотреть сообщение
Yes i did that, didn't really helped me :P


Re: World Boundry - WackoX - 12.08.2010

^ Bumb ^


Re: World Boundry - Hiddos - 12.08.2010

It's starts with X-Max, then X-Min, and the same repeats for the "Y" value.

Tried:
SetPlayerWorldBounds(playerid, 2962.4343, 50.3956, 2962.4343, 50.3956);
?


Re: World Boundry - WackoX - 12.08.2010

Quote:
Originally Posted by Hiddos
Посмотреть сообщение
It's starts with X-Max, then X-Min, and the same repeats for the "Y" value.

Tried:
SetPlayerWorldBounds(playerid, 2962.4343, 50.3956, 2962.4343, 50.3956);
?
Nope, still doesn't works


Re: World Boundry - WackoX - 12.08.2010

Thank you all it worked! it was something else in my script that blocked the SetPlayerWorldBounds command