SA-MP Forums Archive
SA-MP map boundaries? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: SA-MP map boundaries? (/showthread.php?tid=441714)



SA-MP map boundaries? - Yasahiro - 04.06.2013

I'm working on a script to plot map coordinates on an image of the SA map.

Does anybody know the size of the SA map / its boundaries?

On this map, for instance (at 6000x6000)
http://s3.amazonaws.com/grassrootsma.../83367/map.jpg

0,0 would be at the centre (3000x3000) but what would be the coordinates of the edges of the image, if anyone knows?


Re: SA-MP map boundaries? - Akira297 - 04.06.2013

The world boundaries as far as I'm aware is what-ever you script it to be.


AW: SA-MP map boundaries? - Drebin - 04.06.2013

The edges of the image are at (-3000|-3000) (-3000|3000) (3000|-3000) (3000|3000) since the map is 6000x6000 units big.
The distance you can fly/drive away from the borders of the visible map can be defined using SetPlayerWorldBounds, but the max. limit here is 20.000 units from the center of the GTA:SA map.