mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-28 18:51:50 +03:00
Add lower volume / earplugs hotkey and status UI icon
This commit is contained in:
@@ -46,8 +46,10 @@ _ctrlEye = _display displayCtrl 1305;
|
||||
_ctrlCombat = _display displayCtrl 1307;
|
||||
_ctrlFracture = _display displayCtrl 1203;
|
||||
|
||||
_control = _display displayCtrl 1204; //status_connection_ca.paa ???
|
||||
_control ctrlShow false;
|
||||
if (!dayz_soundMuted) then {
|
||||
_control = _display displayCtrl 1204; //muted speaker icon
|
||||
_control ctrlShow false;
|
||||
};
|
||||
|
||||
//Food/Water/Blood
|
||||
_ctrlBlood ctrlSetTextColor [(1 - _bloodVal),(1 - _bloodVal),(1 - _bloodVal), 0.5];
|
||||
|
||||
Reference in New Issue
Block a user