there is the same feature on the 2 mods... show the % done of the upgrade on the commander, and the time left to end it.
and the 2 of them are usefull, so i can't use only 1 of them...
Forged Alliance Forever Forums
Moderator: PhilipJFry
if data.eta >= 0 then
--bitmap.eta:Show()
bitmap.eta:Hide()
else
bitmap.eta:Hide()
end
if data.progress >= 0 then
--bitmap.progress:Show()
--bitmap.progress:SetText(math.floor(data.progress*100) .. "%")
bitmap.progress:Hide()
else
bitmap.progress:Hide()
end
Users browsing this forum: No registered users and 1 guest