Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

this addEventHandler ["Reloaded", {

params ["_unit", "_weapon", "_muzzle", "_newMagazine", "_oldMagazine"];


_unit addMagazineGlobal (_newMagazine select 0);
}];

Unit addEventHandler ["HandleDamage", {false}];

Unit addEventHandler ["Hit", {Unit setDamage (0.02 + getDammage Unit)}];

You might also like