• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Problem with in-game store (TFS 1.2).

danielouz

New Member
Joined
Dec 27, 2014
Messages
28
Reaction score
1
Hi,
I used these scripts to add in-game store on my server
Store System Ingame · brunominervino/custom_tfs@ae72873 · GitHub
and it works, but whenever I open in-game store this error appears in server console

[Error - mysql_real_query] Query: SELECT `premium_points` FROM `accounts` WHERE `id` = 1
Message: Unknown column 'premium_points' in 'field list'
[Error - mysql_store_result] Query: SELECT `premium_points` FROM `accounts` WHERE `id` = 1
Message: Unknown column 'premium_points' in 'field list'
[Error - mysql_real_query] Query: SELECT `premium_points` FROM `accounts` WHERE `id` = 1
Message: Unknown column 'premium_points' in 'field list'
[Error - mysql_store_result] Query: SELECT `premium_points` FROM `accounts` WHERE `id` = 1
Message: Unknown column 'premium_points' in 'field list'
I did everything what is in a link above + i added column premium_points to the accounts
 
Back
Top