mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Remove Turbo and HoldBreath key blocks
This commit is contained in:
@@ -8,7 +8,7 @@ if (_this) then {
|
||||
keyboard_keys = nil;
|
||||
[controlNull,1,false,false,false] call DZ_KeyDown_EH;
|
||||
};
|
||||
|
||||
/*
|
||||
//ActionKeys includes mouse button and joystick binds
|
||||
_holdBreath = if (count (actionKeys "HoldBreath") > 1) then { [true,localize "STR_UI_HOLD_BREATH"] } else { [false,""] };
|
||||
|
||||
@@ -20,4 +20,5 @@ if ((_holdBreath select 0) or (_turboKey select 0)) then {
|
||||
(uiNamespace getVariable "DZ_BlackScreen") displayCtrl 1 ctrlSetText format ["%1\n%2", (_holdBreath select 1), (_turboKey select 1)];
|
||||
} else {
|
||||
4100002 cutText ["","PLAIN"];
|
||||
};
|
||||
};
|
||||
*/
|
||||
Reference in New Issue
Block a user