Seconds to minutes and seconds?
#2

Hmm i have something like that in my [MV]_cPanel ...

Yes here it is:

pawn Код:
new seconds = JailSeconds[playerid] % 60,
        minutes = (JailSeconds[playerid] - seconds) / 60;
    format(string, sizeof (string), "   Jailed %02d:%02d", minutes, seconds);
You have to edit the "JailSeconds[playerid]" to something else .. (maybe a param in a cmd)
Reply


Messages In This Thread
Seconds to minutes and seconds? - by Admigo - 22.10.2011, 07:19
Re: Seconds to minutes and seconds? - by Michael@Belgium - 22.10.2011, 11:16

Forum Jump:


Users browsing this thread: 2 Guest(s)