Inf Vic Ammo + max possible rate of fire

 avatar
unknown
plain_text
a year ago
402 B
20
Indexable
this addEventHandler ["Fired", {
	params ["_unit", "_weapon", "_muzzle", "_mode", "_ammo", "_magazine", "_projectile", "_gunner"];
	private _magMaxAmmo = getNumber (configfile >> "CfgMagazines" >> _magazine >> "count");
	_unit setVehicleAmmo 1.0;
	_unit setWeaponReloadingTime [_gunner, _muzzle, 0];
}];








// Remove line 5 (setWeaponReloadingTime) if you want normal rate of fire!!!
Editor is loading...
Leave a Comment