mirror of
https://github.com/Bjanski/ExAd.git
synced 2024-08-30 16:52:14 +00:00
Update fn_vehicleSalvage.sqf
This commit is contained in:
parent
bc762b9877
commit
c5a371edbd
@ -50,7 +50,7 @@ try
|
||||
throw 1;
|
||||
};
|
||||
|
||||
uiSleep _sleepDuration;
|
||||
uiSleep _sleepTime;
|
||||
_progress = ((diag_tickTime - _startTime) / _duration) min 1;
|
||||
_percentage ctrlSetText format["%1%2", round (_progress * 100), "%"];
|
||||
};
|
||||
@ -94,4 +94,4 @@ catch
|
||||
(findDisplay 46) displayRemoveEventHandler ["KeyDown", _keyDown];
|
||||
(findDisplay 46) displayRemoveEventHandler ["MouseButtonDown", _mouseDown];
|
||||
ExileClientActionDelayShown = false;
|
||||
ExileClientActionDelayAbort = false;
|
||||
ExileClientActionDelayAbort = false;
|
||||
|
Loading…
Reference in New Issue
Block a user