Which one out of x,y,z is the height - 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: Which one out of x,y,z is the height (
/showthread.php?tid=346351)
Which one out of x,y,z is the height -
jueix - 28.05.2012
Hi im scripting a weed planting system and when i had somert like Weedy = y; it would create it fully on the players spot but above his head. now i do weedy = y - 6; and it spawns a bit lower down but like 6 spaces away from the player not at his exact spot.
Re: Which one out of x,y,z is the height -
[HiC]TheKiller - 28.05.2012
Z is the height.
Re: Which one out of x,y,z is the height -
nuriel8833 - 28.05.2012
Z = Height
Re: Which one out of x,y,z is the height -
jueix - 28.05.2012
oh okay thanks.