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

@@ -131,7 +131,7 @@ if (_output != "") then
if (vehicle player == player) then
{
//wait a while before dropping the output item
sleep 3;
uiSleep 3;
//Drop Item to ground
_output call fn_dropItem;
};