mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-17 09:53:21 +03:00
Add new sounds for some actions
- Attach and detach weapon attachments has a sounds now. - Take painkillers and antbiotics has a sounds. - Apply a bandage has 2 more sounds now.
This commit is contained in:
@@ -26,9 +26,8 @@ if !(isNil "_medsUsed") then {
|
||||
//remove option
|
||||
call fnc_usec_medic_removeActions;
|
||||
r_action = false;
|
||||
|
||||
//player removeAction s_player_antiobiotic;
|
||||
//s_player_antiobiotic = -1;
|
||||
|
||||
[player,"pills",0,false] call dayz_zombieSpeak;
|
||||
|
||||
if (_unit == player) then {
|
||||
//Self Healing
|
||||
@@ -48,5 +47,4 @@ if !(isNil "_medsUsed") then {
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
_msg call dayz_rollingMessages;
|
||||
|
||||
@@ -29,6 +29,8 @@ if !(isNil "_medsUsed") then {
|
||||
player playActionNow "Gear";
|
||||
};
|
||||
|
||||
[player,"pills",0,false] call dayz_zombieSpeak;
|
||||
|
||||
if (_unit == player) then {
|
||||
//Self Healing
|
||||
[player,player] call player_medPainkiller;
|
||||
@@ -43,4 +45,4 @@ if !(isNil "_medsUsed") then {
|
||||
|
||||
format [localize "str_actions_medical_painkillers_give",(name _unit)] call dayz_rollingMessages;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user