Add dayz_onBack to surrender

This commit is contained in:
ebaydayz
2016-11-16 13:34:48 -05:00
parent 20d84ddba8
commit f994b95c1d
5 changed files with 51 additions and 50 deletions

View File

@@ -69,4 +69,4 @@ while {(!isNull _display) && !r_player_dead} do {
};
TimeOutDisplayed = false;
if (r_player_dead) exitWith {_btnAbort ctrlEnable true;};
if (r_player_dead) then {_btnAbort ctrlEnable true;};