grimmmammoth 0 Posted July 17, 2007 I would like to edit the weapons and equipment available in the rhib. Because even though i have description file with all the choices i get no players under the group heading so I can not choose them. I have narrowed it down to using mygroup=group this; which I need for a pick up. So I would like to have weapons options on the boat ride in. If anyone knows how to correct the above problem that would be better but i would settle for having the rhib be carring them. thanks Share this post Link to post Share on other sites
ck-claw 1 Posted July 17, 2007 In the 'init' field of the boat put :- this addWeaponCargo ["Javelin",1]; this addMagazineCargo ["Javelin",10] Obviously change the Javelin to the weapon/magazines of choice. for more than one loadout place a ; on the end and a space Repeat! Share this post Link to post Share on other sites
Balschoiw 0 Posted July 17, 2007 To make sure you have no unwanted or default loadout in vehicle use: clearMagazineCargo clearWeaponCargo in init. Check syntax on Biki: clearMagazineCargo Share this post Link to post Share on other sites