SA-MP Forums Archive
Question, cords. - 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: Question, cords. (/showthread.php?tid=504135)



Question, cords. - HK - 02.04.2014

Hello, i'm setting up a new update for my PR-RP edit script, now, I found a way to create the houses dynamicially but I'm really confused here, these cords isn't like the normally cords, example here's a a cord from the script's property system:

pawn Код:
2092.004150,-1184.302612,27.057060,301.099822,306.617401,1003.539062
But I never seen cords like this before, can anyone explain me how to get them? Thanks..


Re: Question, cords. - Vince - 02.04.2014

They are normally coords, just two sets of 3 coordinates. First 3 vars are X, Y and Z for the exterior, the last 3 vars are the X, Y and Z for the interior.
Tip: A Z coordinate around 1000.0 nearly always denotes an interior.


Re: Question, cords. - HK - 02.04.2014

So the first cords is for the enter part? I mean outside the apartment as a example?