SA-MP Forums Archive
[Tool/Web/Other] Map with ingame houses - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Tools and Files (https://sampforum.blast.hk/forumdisplay.php?fid=82)
+---- Thread: [Tool/Web/Other] Map with ingame houses (/showthread.php?tid=643853)



Map with ingame houses - lapac - 28.10.2017

Hi, is anybody here know how to make something like this for houses http://samp.bu-rp.com/maps/
Thanks


Re: Map with ingame houses - zMason - 29.10.2017

You can read the X,Y coordinates/positions and create icons to these positions, but this would require you to have a map that is scaled. I think the linked map is scaled like 1:10, so you would require to divide the coordinates by 10. Center of the map is 0 X and 0 Y, somewhere in Blueberry. North is Y+, South is Y-, East is X+ and west is X-. Once you have it properly scaled you can start reading the data, and placing icons to the positions after dividing it to the scale of course.


Re: Map with ingame houses - BroZeus - 29.10.2017

https://sampforum.blast.hk/showthread.php?tid=504181
I did this using the above tool to display houses and its info: https://*********/jg9BfDYkAtU?t=15


Re: Map with ingame houses - lapac - 29.10.2017

thanks, but i have about 2700+ houses for my server, that mean i have to add everyhouse manualy ?


Re: Map with ingame houses - Kaperstone - 29.10.2017

Quote:
Originally Posted by lapac
View Post
thanks, but i have about 2700+ houses for my server, that mean i have to add everyhouse manualy ?
why? just loop through them, a little bit coding.

Either that, or yeah, manually.