View Single Post
namazso
Member
Join Date: Mar 2012
Old 06-14-2015 , 17:18   Re: [ANY] Player Time Tracker (Redux) (3.0.0, 5/22/15)
Reply With Quote #9

Quote:
Originally Posted by oaaron99 View Post
I have clientprefs as a MYSQL database. Anyway I tried with other databases.
you can try running CREATE TABLE IF NOT EXISTS `%s` (`name` varchar(64) CHARACTER SET utf8 NOT NULL, `steamid` varchar(64) NOT NULL, `time_played` int(64) NOT NULL, UNIQUE KEY `steamid` (`steamid`)) manually, replacing %s with your table's name. btw i'm not sure if you need the database.table format, you could use only table, but i doubt that this is the problem

Edit: tracking is not needed coloumn, it was an accidental leftover from the original plugin, and it may cause some problems. OP will be updated

Last edited by namazso; 06-15-2015 at 01:17.
namazso is offline