Jump to content
Sign in to follow this  
SejtanPL

Equipments creating

Recommended Posts

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

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

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 by austin_medic

Share this post


Link to post
Share on other sites

Thank you :) This is what I was looking for ;)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×