This commit is contained in:
[VB]AWOL
2013-12-03 11:49:35 -06:00
parent 436e5b334f
commit 953315c5fc
24 changed files with 845 additions and 72 deletions

View File

@@ -16,12 +16,15 @@ dayz_firedCooldown = time;
dayz_combat = 1;
if (_ammo isKindOf "Melee") exitWith {
_unit playActionNow "GestureSwing";
[1,1] call dayz_HungerThirst;
if(_weapon != "Chainsaw") then {
_unit playActionNow "GestureSwing";
[1,1] call dayz_HungerThirst;
};
// harvest wood check
_id = _this spawn player_harvest;
_this call player_harvest;
};
//Smoke Grenade