SejtanPL 0 Posted July 13, 2013 Is there any way to create a uniform and / or other items, vests in a backpacks, or on ground that can be used? I'm searched forum but, I did not find answers... Sorry for my english. :P Share this post Link to post Share on other sites
Dudbomb 10 Posted July 13, 2013 Currently the only items you can spawn that i'm aware of in the editor are crates with weapons, launchers, ordnance, empty backpacks, and ammo. You can't spawn in say a crate of tactical helmets or MTV's. Share this post Link to post Share on other sites
kylania 568 Posted July 13, 2013 Some of them work in crates. Share this post Link to post Share on other sites
austin_medic 109 Posted July 14, 2013 (edited) Do you want it on the ground? if so, check out my random weapon spawner script, it uses weapon holders to spawn stuff on the ground... then you can pick the things up off the ground like you would with anything inside an ammobox... EDIT: you could also just do in an ammo box's init box: clearweaponcargo this; clearmagazinecargo this; this addweaponcargo ["urgunclassname",amountofthing]; or: this addbackpackcargo ["backpakcclassname",amount]; or: this additemcargo ["itemclassname",amount]; or: this addmagazinecargo ["magazineclassname",amount]; Edited July 14, 2013 by austin_medic Share this post Link to post Share on other sites
SejtanPL 0 Posted July 14, 2013 Thank you :) This is what I was looking for ;) Share this post Link to post Share on other sites