So I took the basis off this thread: http://opendayz.net/threads/release-bi-planes-with-m240s-on-1-7-7-1.12829/
I was tired of only starting with 100 bullets in the helicopters so I decided to attempt to just replace the vehicle class to the uh1h and mi17s anyways, my code is this...
Adding more ammo to UH1H and Mi17 - Only One Gunner seat works?
I was tired of only starting with 100 bullets in the helicopters so I decided to attempt to just replace the vehicle class to the uh1h and mi17s anyways, my code is this...
Code:
if (_object isKindOf "UH1H_DZ") then { _object addMagazine "100Rnd_762x51_M240"; _object addMagazine "100Rnd_762x51_M240"; _object addMagazine...