09.10.2015, 16:26
Quote:
Hello x)
Code:
//minutes new mins; mins = floatround(CountDownFromAmount/60, floatround_floor); //seconds new seconds; seconds = CountDownFromAmount; while (seconds > 60) { seconds -= 60; } https://sampwiki.blast.hk/wiki/Floatround https://sampwiki.blast.hk/wiki/Floatround_method |