Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
dpatt711

Partially Filled Magazines?

Recommended Posts

I know to give a player a partially filled magazine it is

this addMagazine ["6Rnd_45ACP",3]

And that would add a 6Rnd_45ACP magazine with 3 bullets in it to the player.

But what I'm trying to do is add it to a backpack using addMagazineCargo command if I use same syntax it will add three fully filled clips to the backpack.

I would rather not go through the game files and make a 1Rnd_45ACP, 2Rnd_45ACP, 3Rnd_45ACP, etc

Share this post


Link to post
Share on other sites

It is not possible with scripting commands i think. BIS misses to create a command you are searching for.

:(

Share this post


Link to post
Share on other sites

I wonder if you could give them to the unit and then force the unit to move them to his backpack or some such thing. Just a shot in the dark.

Share this post


Link to post
Share on other sites

You could try shortening down the magazine to 3 shots once the player takes them from his backpack. Maybe there's en EH for taking stuff out of the backpack.

Share this post


Link to post
Share on other sites
It is not possible with scripting commands i think. BIS misses to create a command you are searching for.

Right. The community is asking for commands which can handle the ammo count of magazines too for a loooong time already. Sadly only VBS2 has them.

Xeno

Share this post


Link to post
Share on other sites

Hm, I didn't manage to find ticket dedicated to addMagazineCargoEx or changing current addMagazineCargo to accept bullet count apart from Xeno's comment on https://dev-heaven.net/issues/2014 Maybe we should create it? Maybe BIS will be kind enough to spend on day and bring such necessary function into the game.

Share this post


Link to post
Share on other sites
Sign in to follow this  

×