Finish Medical and Sleep to UiSleep

This commit is contained in:
icomrade
2016-03-05 22:34:09 -05:00
parent eadb3566c4
commit 68da397c52
87 changed files with 1320 additions and 1056 deletions

View File

@@ -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;
};
};