Converting seconds to hours and minutes
#2

if p_online_time is a value in seconds :
pawn Code:
//minutes
pData[playerid][p_online_time] / 60

//hours
pData[playerid][p_online_time] / 3600
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)