mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
remove abort from broken legs they too get 10 seconds
This commit is contained in:
@@ -13,7 +13,7 @@ private ["_display","_btnRespawn","_btnAbort","_timeOut","_timeMax"];
|
|||||||
dayz_lastCheckBit = time;
|
dayz_lastCheckBit = time;
|
||||||
|
|
||||||
// if(r_player_dead) exitWith {_btnAbort ctrlEnable true;};
|
// if(r_player_dead) exitWith {_btnAbort ctrlEnable true;};
|
||||||
if(r_fracture_legs) exitWith {_btnRespawn ctrlEnable true; _btnAbort ctrlEnable true;};
|
if(r_fracture_legs) then {_btnRespawn ctrlEnable true;};
|
||||||
|
|
||||||
//force gear save
|
//force gear save
|
||||||
if (!r_player_dead and time - dayz_lastCheckBit > 10) then {
|
if (!r_player_dead and time - dayz_lastCheckBit > 10) then {
|
||||||
|
|||||||
Reference in New Issue
Block a user