mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-25 01:20:49 +03:00
Finish Medical and Sleep to UiSleep
This commit is contained in:
@@ -48,7 +48,7 @@ if(_classname == "WoodenArrow") then {
|
||||
|
||||
if (_broken) exitWith {DZE_CanPickup = true; deleteVehicle _holder; cutText [localize "str_broken_arrow", "PLAIN DOWN"]; };
|
||||
|
||||
sleep 0.25; //Why are we waiting? Animation
|
||||
uiSleep 0.25; //Why are we waiting? Animation
|
||||
|
||||
_claimedBy = _holder getVariable["claimed","0"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user