OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: samsamps on 16 Nov 2008, 21:14:44

Title: Adding weapons/magazines to specific position?
Post by: samsamps on 16 Nov 2008, 21:14:44
How do I add weapon classes and magazines to a specific position on a vehicle? I'm trying to add FFAR launchers for the driver position on an AH1Z.
Title: Re: Adding weapons/magazines to specific position?
Post by: Ext3rmin4tor on 29 Nov 2008, 16:23:48
You can't add a magazine to a vehicle position, it doesn't make sense. You can add magazines to vehicles using the command "addMagazine" and the name of the vehicle. The ammo will be available for everyone using that vehicle. In your case use

chopper addMagazine "38Rnd_FFAR"

assuming that the uh60 name is "chopper" (write your own if it's different).