Jump to content
uncle_fedor

Throw muzzle reload

Recommended Posts

if you add any grenade directly to unit backpack container like this

(backpackContainer player) addMagazineAmmoCargo ["HandGrenade_Stone",1,1];

then currentThrowable player will return empty array and G-key will not work.

 

How can i directly reload unit Throw muzzle?

Easy way is call reload player, but it will reload curent weapon too

Or you can change gear like removeUniform player; player forceAddUniform "class"; and then throw muzzle will reloaded

addMagazine not for my gear system

 

Share this post


Link to post
Share on other sites
4 hours ago, uncle_fedor said:

addMagazine not for my gear system

why?  This is what I use:

_unit addMagazines ["HandGrenade", 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

×