Posts: 36
Threads: 3
Joined: Sep 2017
Reputation:
0
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.
Posts: 3,004
Threads: 12
Joined: May 2011
Quote:
Originally Posted by lapac
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.