25.11.2014, 22:03
Hi.
I'm very bad at time converting, so please someone complete this function, where I would give player online time in seconds, and it will convert these seconds to hours, minutes and seconds format. Thanks.
I'm very bad at time converting, so please someone complete this function, where I would give player online time in seconds, and it will convert these seconds to hours, minutes and seconds format. Thanks.
pawn Код:
stock ConvertTime(seconds, &hours, &minutes, &seconds)
{
// :D:D
}