Convert seconds into minutes.
#3

why did you ignore rowdyrider lol he told you exactly what you needed... ex: if iDump-gettime() returns seconds then if you want it to return minutes
PHP код:
format(str,sizeof(str),"{FFFFFF}Ban expire: {FF0000}in %d seconds\n\n",iDump-gettime()/60); 
              
strcat(string2,str); 
see that /60 divide by 60 to return minutes , minute = 60 seconds
But if iDump-gettime() returns MS then you do /60*1000 which is /60000
Reply


Messages In This Thread
Convert seconds into minutes. - by jasperschellekens - 09.01.2018, 22:27
Re: Convert seconds into minutes. - by RowdyrideR - 09.01.2018, 22:46
Re: Convert seconds into minutes. - by RogueDrifter - 09.01.2018, 22:52
Re: Convert seconds into minutes. - by Kane - 09.01.2018, 23:04
Re: Convert seconds into minutes. - by jollyjoe321 - 09.01.2018, 23:11
Re: Convert seconds into minutes. - by Dayvison_ - 09.01.2018, 23:24
Re: Convert seconds into minutes. - by RowdyrideR - 10.01.2018, 00:52
Re: Convert seconds into minutes. - by iLearner - 10.01.2018, 05:28
Re: Convert seconds into minutes. - by Kane - 10.01.2018, 06:36
Re: Convert seconds into minutes. - by jasperschellekens - 10.01.2018, 13:38

Forum Jump:


Users browsing this thread: 1 Guest(s)