HELP with converting seconds to minutes
#4

Quote:
Originally Posted by Hybris
Посмотреть сообщение
1 second =1000
60 seconds =60000
I think you get the point from here on
Something like this?
Код HTML:
		    JAILLAIKAS[ playerid ] --;
		    new str[70];
		    new hours, minutes, seconds = JAILLAIKAS[playerid];
		    if(sekundes >= 60000)
		    {
		        minutes ++;
		        seconds -=60000;
			}
			if(minutes >= 60)
			{
			    hours ++;
			    minutes -=60;
			}
	    	format(str, 70, "~n~~n~~n~~n~~n~~n~~w~Liko sedet:~r~%d val %d min %d sec",hours,minutes, seconds);
	    	GameTextForPlayer(playerid, str, 1000, 5);
Reply


Messages In This Thread
HELP with converting seconds to minutes - by skydux123 - 15.12.2013, 08:36
Re: HELP with converting seconds to minutes - by Zamora - 15.12.2013, 08:40
Re: HELP with converting seconds to minutes - by Hybris - 15.12.2013, 08:44
Re: HELP with converting seconds to minutes - by skydux123 - 15.12.2013, 08:55
Re: HELP with converting seconds to minutes - by skydux123 - 15.12.2013, 09:25
Re: HELP with converting seconds to minutes - by skydux123 - 15.12.2013, 10:54
Re: HELP with converting seconds to minutes - by skydux123 - 15.12.2013, 18:24
Re: HELP with converting seconds to minutes - by iOxide - 15.12.2013, 18:59
Re: HELP with converting seconds to minutes - by Hansrutger - 15.12.2013, 19:19
Re: HELP with converting seconds to minutes - by iOxide - 15.12.2013, 19:21

Forum Jump:


Users browsing this thread: 4 Guest(s)