Deuce82 10 Posted April 23, 2012 (edited) is it possible to place a weapon/ammo/items on the ground as opposed to placing in a box in the editor? Edited April 23, 2012 by Deuce82 Share this post Link to post Share on other sites
PELHAM 10 Posted April 23, 2012 You need a weaponholder _wpnhld1 = "WeaponHolder" createVehicle (position player); _wpnhld1 addWeaponCargoGlobal ["M4A1",1]; _wpnhld1 addMagazineCargoGlobal ["30Rnd_556x45_Stanag",5]; Share this post Link to post Share on other sites
Deuce82 10 Posted April 23, 2012 Awesome thanks Pelham i'll try this out when i get home from work Share this post Link to post Share on other sites