09.10.2015, 16:24
Hello x)
Doing this for the first time so I am not sure if this will work, here are some SA-MP Wiki links you can use
https://sampwiki.blast.hk/wiki/Floatround
https://sampwiki.blast.hk/wiki/Floatround_method
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