OFPEC Forum

Editors Depot - Mission Editing and Scripting => Arma2 - Editing/Scripting General => Topic started by: Ext3rmin4tor on 09 May 2010, 13:17:04

Title: Weapon on the ground
Post by: Ext3rmin4tor on 09 May 2010, 13:17:04
Is there a way to create a weapon on the ground or near an object? If so, how do you do that?
Title: Re: Weapon on the ground
Post by: JamesF1 on 09 May 2010, 14:14:05
You'll have to use createVehicle to make a "weaponholder" object, and then use addWeaponCargo to add the weapon to the holder.
Title: Re: Weapon on the ground
Post by: Ext3rmin4tor on 09 May 2010, 19:06:55
Ok, thanks