Update player_fired.sqf

Vanilla commits:

70fc007062

f327c99b02
This commit is contained in:
ebayShopper
2017-11-22 12:49:06 -05:00
parent c671cf9661
commit 90487cde10
3 changed files with 14 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
private ["_projectile","_unit","_ammo"];
private ["_projectile","_unit","_ammo","_audible","_caliber","_distance"];
//[unit, weapon, muzzle, mode, ammo, magazine, projectile]
_unit = _this select 0;