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

Annoying Plane Crashes.

Recommended Posts

Ok I have a Cargo Plane at the Chernarus Airport (top left one) and my squad gets in the back and then the plane goes along the runway and when it takes off it crashes into the trees every single time, which is quite annoying, any ideas how to fix this? Thanks.

Share this post


Link to post
Share on other sites

Blow up said tree with a satchel. Or use the other large airport. Or Gnat's fix, but not sure if that helps with AI pilots. Or just get a better pilot, it's possible to take off without crashing.

Share this post


Link to post
Share on other sites

Add a gamelogic to mark an epicentre and in its init place...

Sleep 1.0; {DeleteCollection _x} foreach (NearestObjects [this, [], 50]) - ((GetPos this) NearObjects 50);

...to remove everything in a 50m radius. As posted by F2k_Sel.

Share this post


Link to post
Share on other sites
Add a gamelogic to mark an epicentre and in its init place...

Sleep 1.0; {DeleteCollection _x} foreach (NearestObjects [this, [], 50]) - ((GetPos this) NearObjects 50);

...to remove everything in a 50m radius. As posted by F2k_Sel.

I'm sorry but I don't understand what that means, what's the epicentre?

Share this post


Link to post
Share on other sites

Ground zero, the middle of the circle. in his example, the center of the 50m radius.

Share this post


Link to post
Share on other sites

Okay I tried this but the dumb shit still seems to crash into every tree he can see, I've tried all three airports in Chernarus but he still finds some way to kill himself and my squad, very annoying.

Share this post


Link to post
Share on other sites
Sign in to follow this  

×