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;
|
throw 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
uiSleep _sleepDuration;
|
uiSleep _sleepTime;
|
||||||
_progress = ((diag_tickTime - _startTime) / _duration) min 1;
|
_progress = ((diag_tickTime - _startTime) / _duration) min 1;
|
||||||
_percentage ctrlSetText format["%1%2", round (_progress * 100), "%"];
|
_percentage ctrlSetText format["%1%2", round (_progress * 100), "%"];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user