SA-MP Forums Archive
Decoding info.zon - 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: Decoding info.zon (/showthread.php?tid=93027)



Decoding info.zon - Puffmac - 23.08.2009

Eveing all,

I'm working on a zone script and am planning to use the 'info.zon' file to get the coordinates for the area. However I just want some clarification as to what each section means. Here is the first line of the file:

Код:
SUNMA, 0, -2353.17, 2275.79, 0.0, -2153.17, 2475.79, 200.0, 1, SUNMA
My assumption is
Код:
NAME,NOT SURE,MIN X,MIN Y,MIN Z,MAX X, MAX Y, MAX Z,NOT SURE,NAME
So appart from the '0' after the name, and the '1' before the name, I think that's how it goes. If someone is in the know then please could you confirm if my assumption is correct?

Thanks,
Puffmac.