Where the hell is the X Y Z - 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: Where the hell is the X Y Z (
/showthread.php?tid=89700)
Where the hell is the X Y Z -
Sal_Kings - 03.08.2009
Код:
298.507934,-141.647048,1004.054748
All i need is the god dam
X Y Z
Re: Where the hell is the X Y Z -
WrathOfGenesis - 03.08.2009
Yep. That made sence.
Could you give us a bit more information about your problem please?
Re: Where the hell is the X Y Z -
Sal_Kings - 03.08.2009
I NEED the X Y Z of theese CORDS
Because i DON'T underSTAND theese LONG NUMBERS ALL I NEED IS THE X Y Z.
Thank you
Re: Where the hell is the X Y Z -
WrathOfGenesis - 03.08.2009
The XYZ is a float value meaning it has decimal places.
The X in this case would be 298.507934,
The Y in this case would be -141.647048,
The Z in this case would be 1004.054748
Just add them into whatever function you need them for.
Re: Where the hell is the X Y Z -
_Vortex - 03.08.2009
Quote:
Originally Posted by Sal_Kings
Код:
298.507934,-141.647048,1004.054748
All i need is the god dam X Y Z
|
Lol. Its in order.
the x is before the first coma, the y is before the second coma, and the z is the last number...