moving object parabola - 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: moving object parabola (
/showthread.php?tid=649182)
moving object parabola -
qtg990 - 04.02.2018
How to script moving object parabola
Example code give me please..
Re: moving object parabola -
solstice_ - 04.02.2018
What is parabola?
Re: moving object parabola -
qtg990 - 04.02.2018
How to Script is Parabolic moving object.
Re: moving object parabola -
qtg990 - 04.02.2018
Re: moving object parabola -
PepsiCola23 - 04.02.2018
PHP код:
bool:GetArcPoints3D(Float:x,Float:y,Float:z,Float:tx,Float:ty,Float:tz,Float:ry,Float:height,Float:points[][],max_points = sizeof(points));
x,y,z - start position
tx,ty,tz - end position
ry - roll arc (default 0.0 the arch point rises upwards)
height - maximum radius of arc
Float:points[][] - arc points
first: x,y,z
last: tx,ty,tz
minimum max_points is 3
https://sampforum.blast.hk/showthread.php?tid=591010