Aralvar 1 Posted May 4, 2014 I'm wondering how to spawn ammunition on the ground rather than in an ammunition box. Is there a way? Share this post Link to post Share on other sites
Aralvar 1 Posted May 4, 2014 Thanks! :D But does anyone have a better video? The guy in that video has a mic that keeps cutting out for me. Share this post Link to post Share on other sites
warlord554 2065 Posted May 4, 2014 Should be groundWeaponHolder. I'll have to double check but should be .... MAG = "groundWeaponHolder" createVehicle getPos this; MAG addMagazineCargo ["30Rnd _65x39_case_mag",2]; Place a gamelogic named "MAG" or whatever you want to call it, then you can add weapons, ammo, items, whatever you want. Then put that line of code in it and your good to go. If you really want to get fancy you can include setDir, setVectorUp, etc if you want to place stuff on tables or whereever. You'll have to mess with the height until your satisfied Share this post Link to post Share on other sites
Aralvar 1 Posted May 4, 2014 Thank you, I will try this when I get my game working again. Share this post Link to post Share on other sites