Jump to content
Sign in to follow this  
MFiveASP

Remove item from backpack in box

Recommended Posts

Hi.

blufor_box_backpack addBackpackCargoGlobal ["B_mas_usl_Kitbag_w", 56];

I add 56 backpacks to the box, but the backpacks are not empty, there are 2 mines in each backpack. How do I add a cleaned backpack to a drawer?

 

How can I clean the backpack that I added to my drawer?

p.s I am very sorry, I accidentally created a topic in another section. Can I ask the moderators to remove it? 

 

Share this post


Link to post
Share on other sites
2 hours ago, MFiveASP said:

Hi.


blufor_box_backpack addBackpackCargoGlobal ["B_mas_usl_Kitbag_w", 56];

I add 56 backpacks to the box, but the backpacks are not empty, there are 2 mines in each backpack. How do I add a cleaned backpack to a drawer?

 

How can I clean the backpack that I added to my drawer?

p.s I am very sorry, I accidentally created a topic in another section. Can I ask the moderators to remove it? 

 

Something like this should work:

 

{
 	clearMagazineCargo (_x # 1);
} forEach everyContainer ammocrate;

Just make sure to use the proper clearXY commands for items, magazines etc. respectively.

 

Cheers

  • Like 1

Share this post


Link to post
Share on other sites
11 hours ago, Grumpy Old Man said:

Something like this should work:

 


{
 	clearMagazineCargo (_x # 1);
} forEach everyContainer ammocrate;

Just make sure to use the proper clearXY commands for items, magazines etc. respectively.

 

Cheers

Very Thanks!!!

  • Like 1

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  

×