Jump to content
Sign in to follow this  
Lanzfeld

Adding Extra Ammo Boxes To Helicopter Or Car

Recommended Posts

Did a search but no could not find.

I have set a helicopter or car in editor but I want to have extra ammo for the troops on the helicopter or in the car for the men to resupply. Is there a way to add an ammo crate or the contents to the helicopter?

I am looking for the simplest way to do this.

Many thanks

Edited by Lanzfeld

Share this post


Link to post
Share on other sites

This can be accomplished by using addmagazinecargo statements in the init line of the vehicle.

Biki: addmagazinecargo

Example, for adding 24 Stanag magazines, 12 machinegun ammo boxes and a spare M249 Para:

this addmagazinecargo ["30Rnd_556x45_Stanag",24]; this addmagazinecargo ["200Rnd_556x45_M249",12]; this addweaponcargo ["M249_EP1",1];

Regards,

Sander

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  

×