mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Disable ESC after death
This commit is contained in:
@@ -20,6 +20,10 @@ if (_dikCode == 0x01) then {
|
|||||||
DZE_cancelBuilding = true;
|
DZE_cancelBuilding = true;
|
||||||
call dayz_EjectPlayer;
|
call dayz_EjectPlayer;
|
||||||
};
|
};
|
||||||
|
// Disable ESC after death
|
||||||
|
if (_dikCode == 0x01 && r_player_dead) then {
|
||||||
|
_handled = true;
|
||||||
|
};
|
||||||
|
|
||||||
// surrender
|
// surrender
|
||||||
if (_dikCode in actionKeys "Surrender") then {
|
if (_dikCode in actionKeys "Surrender") then {
|
||||||
|
|||||||
Reference in New Issue
Block a user