febriannas 10 Posted September 24, 2014 i need TIME travel of ghosthawk for 60second to reach the objective how we do place the DISTANCE of the unit from the objective? how long straits map per grid is? what is the SPEED of it while limited? while normal? while fast? Share this post Link to post Share on other sites
dreadedentity 278 Posted September 24, 2014 You may be interested in these 2 commands velocity, speed Share this post Link to post Share on other sites
febriannas 10 Posted September 24, 2014 how about the TIME? and the DISTANCE? Share this post Link to post Share on other sites
Greenfist 1863 Posted September 24, 2014 distance And the time equals distance/speed? :) Share this post Link to post Share on other sites
dreadedentity 278 Posted September 24, 2014 Like greenfist said time = distance/speed, so solve the equation for time and you'll get distance = time * speed. So fill in the numbers you know, distance = 60s * 100km/h. You'll have to convert hours to seconds, distance = 60s * (google says)0.02777777777km/s Then multiply, 1.6666666662km = 60s * 0.02777777777km/s convert km to meters and then round to the nearest significant figure, 1666.6666662m = 1666 meters I miss physics. Share this post Link to post Share on other sites
Lala14 135 Posted September 24, 2014 (edited) time = distance / speed * 3.6 t = d / v * 3.6 so ((Helo1 distance LZAlpha) / (speed Helo1) * 3.6) Edited September 24, 2014 by Lala14 Share this post Link to post Share on other sites
febriannas 10 Posted September 24, 2014 hahaha, physics sorry so GHOSTHAWK helicopter, MAX spd is? / LIMITED spd is? and ORCA helicopter, MAX spd is? / LIMITED spd is? Share this post Link to post Share on other sites
Greenfist 1863 Posted September 24, 2014 You could check it yourself with the speed command. Name the chopper, like chopper1, get it flying and exec this in the debug console: hint format ["Speed: %1 kph",speed chopper1] Share this post Link to post Share on other sites