mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 02:46:29 +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:
@@ -66,6 +66,7 @@ if (!isClass(_config) || {!isText(_config >> _attachment)}) exitWith
|
||||
_newWeapon = getText (_config >> _attachment);
|
||||
_weaponInUse = (currentWeapon player == _weapon);
|
||||
|
||||
[player,"attach_weap",0,false] call dayz_zombieSpeak;
|
||||
call gear_ui_init;
|
||||
player playActionNow "Medic";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user