04.02.2018, 12:59
How to script moving object parabola
Example code give me please..
Example code give me please..
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