Jump to content
Sign in to follow this  
snniper

Is there a script for a backpack dispenser

Recommended Posts

I am trying to make a mission with a backpack dispenser and the script I am using works in a way that I can select a backpack but it does not appear on my players back.

Share this post


Link to post
Share on other sites

Use the addBackpack to add a backpack to a unit.

player addBackpack "US_Backpack_EP1";

Also remember that some units (A2 units and Medics for the most part) can't use the OA backpacks.

Share this post


Link to post
Share on other sites
Use the addBackpack to add a backpack to a unit.

player addBackpack "US_Backpack_EP1";

Also remember that some units (A2 units and Medics for the most part) can't use the OA backpacks.

Thanks for replying and I add this to the Init right

Share this post


Link to post
Share on other sites

You could, or just have the script run that command. Best would be as a dialog, but I suck at those. :)

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  

×