mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-25 19:26:08 +03:00
Finish Medical and Sleep to UiSleep
This commit is contained in:
@@ -89,7 +89,7 @@ while {_isOk} do {
|
||||
//make sure the player isnt swimming
|
||||
|
||||
// wait for animation
|
||||
sleep 2;
|
||||
uiSleep 2;
|
||||
|
||||
// check if player is in boat
|
||||
_vehicle = vehicle player;
|
||||
@@ -151,7 +151,7 @@ while {_isOk} do {
|
||||
|
||||
if(_counter == 12) then {
|
||||
_isOk = false;
|
||||
sleep 1;
|
||||
uisleep 1;
|
||||
cutText [localize "str_fishing_failed", "PLAIN DOWN"];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user