View Single Post
roxxon
Junior Member
Join Date: Dec 2015
Old 12-18-2015 , 19:15   Re: [CS:GO] ckSurf (1.18b, 24.11.2015)
Reply With Quote #1007

Quote:
Originally Posted by Baws View Post
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); 
Hey,
i'm missing the bonus table too.

Code:
L 12/19/2015 - 00:53:43: [ckSurf.smx] [ckSurf] SQL Error (SQL_selectPersonalRecordsCallback): Table 'xxx.ck_playertimes' doesn't exist
L 12/19/2015 - 00:53:43: [ckSurf.smx] [ckSurf] SQL Error (SQL_selectPersonalBonusRecordsCallback): Table 'xxx.ck_bonus' doesn't exist
L 12/19/2015 - 00:55:15: [ckSurf.smx] [ckSurf] SQL Error (SQL_ViewRankedPlayerCallback4): Table 'xxx.ck_playertimes' doesn't exist
I suppose i can just create them manually since you suggested it already. I just need the structure for the bonus table so i can create them.

and just to make sure, are those 2 the only tables im missing? these are the ones that were created:
Code:
ck_challenges
ck_checkpoints
ck_latestrecords
ck_maptier
ck_playeroptions
ck_playerrank
ck_playertemp
ck_playertitles
ck_spawnlocations
ck_zones
sm_cookies
sm_cookie_cache
Thanks in advance

Last edited by roxxon; 12-18-2015 at 19:18.
roxxon is offline