mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-23 00:20:50 +03:00
Finish Medical and Sleep to UiSleep
This commit is contained in:
@@ -19,7 +19,7 @@ for "_i" from ((count _list) - 1) to 0 step -1 do
|
||||
_object setPosATL _position;
|
||||
_object allowDamage false;
|
||||
_object setVariable ["", true]; // SV used by player_spawnCheck
|
||||
//if (_w8 AND {((_i % 25) == 0)}) then { sleep 0.01; };
|
||||
//if (_w8 AND {((_i % 25) == 0)}) then { uiSleep 0.01; };
|
||||
|
||||
} else {
|
||||
if (!_inVehicle) then {
|
||||
@@ -29,11 +29,11 @@ for "_i" from ((count _list) - 1) to 0 step -1 do
|
||||
_object setPosATL _position;
|
||||
_object allowDamage false;
|
||||
_object setVariable ["", true]; // SV used by player_spawnCheck
|
||||
if (_w8 AND {((_i % 25) == 0)}) then { sleep 0.01; };
|
||||
if (_w8 AND {((_i % 25) == 0)}) then { uiSleep 0.01; };
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
//sleep 0.001;
|
||||
//uiSleep 0.001;
|
||||
};
|
||||
//diag_log ("FILL: " + str(_list));
|
||||
|
||||
Reference in New Issue
Block a user