Jump to content

Recommended Posts

To give a player a backpack you use this in the players init:-

player addBackpack "[color="#0000FF"]backpack class name here[/color]";

And to empty it you use:-

clearMagazineCargo unitBackpack player;

The items you mentioned are not in the backpack, but just in your gear.

To remove individual items use:-

player removeWeapon "[color="#0000CD"]the item class name here[/color]";

Hope that helps

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  

×