GeT Hour and minute from seconds
#3

if(seconds[playerid] >= 60)
{
seconds[playerid] = 0;
minutes[playerid]++;
}
else if(minutes[playerid] >= 60)
{
minutes[playerid] = 0;
hours[playerid]++;
}
Reply


Messages In This Thread
GeT Hour and minute from seconds - by audriuxxx - 27.05.2014, 18:13
Re: GeT Hour and minute from seconds - by Lacamora - 27.05.2014, 18:50
Re: GeT Hour and minute from seconds - by Kyance - 28.05.2014, 05:01
Re: GeT Hour and minute from seconds - by Threshold - 28.05.2014, 07:15

Forum Jump:


Users browsing this thread: 1 Guest(s)