mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-17 17:56:40 +03:00
Finish Medical and Sleep to UiSleep
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user