Jump to content
Sign in to follow this  
linuxmaster9

ACE custom Weapon boxes?

Recommended Posts

I am trying to make a custom MP mission with Stock ArmA II and ACE weapons. How do I make random crates spawn and what weapons should go into the crates? There are SO Many ACE weapons to choose from. What types of crates should I add?(BASIC, BattleRifle, Special, etc) Also, what weapons would go in them?

Share this post


Link to post
Share on other sites

 clearMagazineCargo this; clearWeaponCargo this; this addWeaponCargo ["WEAPON_NAME", #ofWeapons];

This is some arma 3 script if that doesn't work switch the this to the front of clearMagazineCargo and ClearWeaponCargo so it should look like

 this clearWeaponCargo

etc... also to add mags you would use

this addMagazineCargo ["MAG_NAME", #ofMags];

items etc.. :D Hope this helped

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  

×