mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
Fix ammo refill when switching skins and ...
- allow player to switch with backpack on. - player_countmagazines now returns backpack magazines with ammo count. Do with this as you like. - Make sure dead players do not have to wait the abort (after the 5 seconds). - Update changelog
This commit is contained in:
@@ -20,7 +20,8 @@ if(r_fracture_legs && !r_player_dead) then {_btnRespawn ctrlEnable true;};
|
||||
if (!r_player_dead and time - dayz_lastCheckBit > 10) then {
|
||||
call dayz_forceSave;
|
||||
};
|
||||
|
||||
|
||||
if (r_player_dead || (!alive player)) exitWith {_btnAbort ctrlEnable true; _btnAbort ctrlSetText _btnAbortText;};
|
||||
_sleep = 1;
|
||||
|
||||
while {!isNull _display} do {
|
||||
|
||||
Reference in New Issue
Block a user