mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Finish Medical and Sleep to UiSleep
This commit is contained in:
@@ -253,7 +253,7 @@ if (_isVehicle) then {
|
||||
while { _i < 5 } do {
|
||||
player setDir ((getDir player) + _step);
|
||||
_i = _i + 1;
|
||||
sleep 0.01;
|
||||
uiSleep 0.01;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -273,7 +273,7 @@ if (_isVehicle) then {
|
||||
while { _i < 5 } do {
|
||||
player setDir ((getDir player) - _step);
|
||||
_i = _i + 1;
|
||||
sleep 0.01;
|
||||
uiSleep 0.01;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user