Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
Matthijs

How can i spawn a helicopter with engines on?

Recommended Posts

I want to spawn a helicopter in mid-air, with the engines running. How do I do this?

I tried using "MyChopper engineon true", but it needs about 10-20 seconds to start. I want the engines to be running full-power, right from the start.

Also, I would like to know how I can start an airplane with retreacted gear. Currently, I see the gear retract right after spawning the aircraft.

NOTE: I'm not talking about the start of a mission. I want to do this halfway through a mission, using createvehicle for example.

Share this post


Link to post
Share on other sites

You can always try to use some tricks to solve this problem.

Create the chopper in a far away island , then teleport it with a setpos where you want it to appear in mid-air (of course, teleport it AFTER those 10-20 seconds necessary for the engines to be completly on).

This way , the chopper will appear in mid-air with its engine on and will not fall

Share this post


Link to post
Share on other sites

Or keep a few extra choppers already in mid air and then you can instantly transport them.

You could loop a script to give them full fuel to stay airborne until the time they are transported.

Share this post


Link to post
Share on other sites

choose the helicopter, and look at the tab which says in formation. change that to flying and then press ok.......  crazy_o.gif

Share this post


Link to post
Share on other sites
choose the helicopter, and look at the tab which says in formation. change that to flying and then press ok....... crazy_o.gif

You don't have a TAB in a script man.

Share this post


Link to post
Share on other sites

since it is indeed very cpu-intensive to have one or more flying helicopters at a distant corner of your map, you could try setpossing it at a sufficient height. With spawned planes it only takes 150 metres to catch up (and it does look quite spectacular), with choppers it looks downright silly.

Share this post


Link to post
Share on other sites

So basically I don't know how you can spawn one with engines on, but I know you can spawn one and set pos it for a bit, for it to spool up. Otherwise give it a very strong setVel boot. tounge_o.gif

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×