mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +03:00
Add lower volume / earplugs hotkey and status UI icon
This commit is contained in:
@@ -116,6 +116,7 @@ if (!isDedicated) then {
|
||||
player_sharpen = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_sharpen.sqf";
|
||||
|
||||
//ui
|
||||
player_muteSound = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_muteSound.sqf";
|
||||
player_selectSlot = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\ui_selectSlot.sqf";
|
||||
player_gearSet = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_gearSet.sqf";
|
||||
ui_changeDisplay = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\ui_changeDisplay.sqf";
|
||||
|
||||
@@ -569,6 +569,7 @@ if (!isDedicated) then {
|
||||
dayz_thirst = 0;
|
||||
dayz_nutrition = 0;
|
||||
dayz_preloadFinished = true;
|
||||
dayz_soundMuted = false;
|
||||
dayz_statusArray = [1,1];
|
||||
dayz_disAudial = 0;
|
||||
dayz_disVisual = 0;
|
||||
|
||||
Reference in New Issue
Block a user