Converting seconds to hours and minutes
#1

I have used search and didn't found something that would really solve my problem. I'm converting seconds to hours and minutes like that:

pawn Code:
pData[playerid][p_online_time] / 3600 // hours
(pData[playerid][p_online_time / 60) % 60 // minutes
My problem is that it doesn't convert big values like 34000. It doesn't show anything.

Is there any other way that would work?
Reply


Messages In This Thread
Converting seconds to hours and minutes - by Cypress - 08.07.2012, 15:00
Re: Converting seconds to hours and minutes - by ViniBorn - 08.07.2012, 15:15
Re: Converting seconds to hours and minutes - by Vince - 08.07.2012, 15:40

Forum Jump:


Users browsing this thread: 1 Guest(s)