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

@@ -30,11 +30,11 @@ while {r_doLoop} do {
r_doLoop = false;
};
if (vehicle player != player) then {
sleep 3;
uiSleep 3;
r_doLoop = false;
_finished = true;
};
sleep 0.1;
uiSleep 0.1;
};
r_doLoop = false;