uncle_fedor 11 Posted September 6, 2019 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
johnnyboy 3797 Posted September 6, 2019 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