Quote:
Originally Posted by MadeMan
pawn Код:
if(uptime > 60000) format(timestr, sizeof(timestr), "%d minutes and %d seconds", uptimeex/1000/60, uptimeex/1000%60);
|
Ok if i had server on for 10 minutes and 10.3 seconds it shows like this:
10 minutes and 10 seconds
and i want
10 minutes and 10.3 seconds