View Single Post
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 09-13-2016 , 12:09   Re: Time Played plugin based off Dr. McKay's Player Analytics
Reply With Quote #7

Quote:
Originally Posted by OSWO View Post
"SELECT SUM(duration) AS total FROM `table_name` WHERE auth = '%s'", yourauthid);

Hook that into a TQuery on when the command is run, then format the seconds.
Interesting, anyone able to do this?
sneaK is offline