SA-MP Forums Archive
Average time per day - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Average time per day (/showthread.php?tid=602539)



Average time per day - Xtt23 - 08.03.2016

Hello!
How can I make a system to count average minutes played last week/last month per day. Something like x hours, y minutes, z seconds / day.

Thanks!


Re: Average time per day - Chilli9434 - 08.03.2016

delete


Re: Average time per day - SaltySandy - 08.03.2016

Register online time via functions ( SQL or Y_INI I.E. ), also their regdate, then use a calculation ( TIME ( days, hours, minutes w/e ) divided by ONLINE TIME ). Shouldn't be too hard.