SA-MP Forums Archive
.hmap Height Map Question - 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)
+--- Thread: .hmap Height Map Question (/showthread.php?tid=499830)



.hmap Height Map Question - NaS - 09.03.2014

Hi,

I got a gamemode where I don't use the San Andreas Map. My map is built with 3x3x5 blocks, so I have all the Z height information (the map is built in a grid).

So my question is, is it possible to create a .hmap file for Pamdex's PathFinder or the MapAndreas Plugin?

Thanks for any help


Re: .hmap Height Map Question - MP2 - 09.03.2014

If your map is built in a perfect grid can't you just get the Z height of the object that makes up that grid?


AW: .hmap Height Map Question - NaS - 09.03.2014

Yes, the coordinates are not the problem, but I need them for Pamdex's PathFinder plugin. It uses the SAfull.hmap so I guess creating a .hmap would be a good idea, if it is possible.

Also, I guess passing them from the script to the plugin wouldn't be a good idea, since the plugin checks many coordinates for every path.