Jump to content
Sign in to follow this  
steelgrave

How to remove/clear weapons on Aircraft

Recommended Posts

Hi all

I'm trying to use the "This Removeallweapons" command to remove all weapons, but no joy. Also tried the removeallweapons unitname variation. I see there are scripts that could possibly do what I want, or I can try removing individual weapons and their mags, but ideally I'd just like one command in the init field that removes everything. Am I using the removeallweapons command incorrectly? Any other suggestions?

Thanks

Share this post


Link to post
Share on other sites

For vehicles you'd need to remove the weapons and magazines individually.

Example:

// arma2 classnames
this removeMagazinesTurret ["4Rnd_Maverick_L159",[-1]];
this removeMagazinesTurret ["2Rnd_Sidewinder_AH1Z",[-1]];
this removeWeapon "MaverickLauncher_ACR";
this removeWeapon "SidewinderLaucher_AH1Z";

Share this post


Link to post
Share on other sites

Actually, got the desired result by using the ammo slider. Dragging it all the way to empty removes all the weapons from the plane. Useful for training or parked aircraft. Thanks for the reply though Kylania.

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  

×