View Single Post
Baws
Veteran Member
Join Date: Oct 2012
Old 12-18-2015 , 00:25   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1001

Just create the table "ck_playertimes" in your database using this:
PHP Code:
CREATE TABLE IF NOT EXISTS ck_playertimes (steamid VARCHAR(32), mapname VARCHAR(32), name VARCHAR(32), runtimepro FLOAT NOT NULL DEFAULT '-1.0'PRIMARY KEY(steamid,mapname)); CREATE INDEX maprank ON ck_playertimes (mapnameruntimepro); 
__________________
Like my clean plugins and work?

Last edited by Baws; 12-18-2015 at 00:25.
Baws is offline