Jump to content
Sign in to follow this  
JohnKalo

Backpacks...

Recommended Posts

I am now in the middle of a multiplayer mission and I would like to know how backpacks work. I have searched the forums but I didn't find anything helpful.

I mean how can you equip a unit with a backpack via scripting?

How can you insert items on the backpack via scripting?

If you have a backpack can you hold a launcher, since your back will be "full",?

If you have items in the backpack will you be able to use them directly?

P.S. Maybe a part of this thread should be placed elsewhere, in the questions and answers sub-forum, but since I would like to insert the specific objects on a unit via scripting I decided it would be better to place the thread here.

Share this post


Link to post
Share on other sites

1. To give a player a backpack use - backpack class names can be found Here.

this addBackpack "TK_RPG_Backpack_EP1";

2. To insert items use

this addMagazineCargoGlobal ["30Rnd_556x45_Stanag",3];

3. You can only have a launcher and a backpack if your using ACE I think, I only really play with ACE.

4. I think you may need to take them out but again, I'm not sure on that

Share this post


Link to post
Share on other sites

Ok. Many thanks.

Will try it out shortly.

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  

×