Statistics: Posted by keyser — 07 Aug 2015, 22:12
Statistics: Posted by CodingSquirrel — 07 Aug 2015, 21:02
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
Statistics: Posted by yorick — 07 Aug 2015, 11:50
Statistics: Posted by keyser — 07 Aug 2015, 00:26