This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I tried changing the text < 1 to text < 3 in CreateCooldownCount function but it seems that wasnt enough. (it formats the number to 2.0 but doesn't update the decimals from 1.0 to 2.9 seconds - so it displays 3 > 2.0 > 1.0 > 0.9 etc )
I also tried changing the GetFormattedTime function so it updates secs >= 1 to 0.010 but didnt seem to do any affect.
Any help would be appreciated.
Ahh, nevermind, figured out that it was the priority list of GetFormattedTime function which caused the decimal to not update. Can ignore (but hope you can add custom decimal timer honestly).
To post a comment, please login or register a new account.