We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this is the error log:
these are the tables it created automatically:
either you didn't type correctly the name of the table or forgot to create it automatically if doesn't exist ...
The text was updated successfully, but these errors were encountered:
Change store-core.sp
Line 29 char sQuery_GetClientLoadouts[] = "SELECT loadout_id FROM %s_users_items_loadouts WHERE user_id = '%d';";
Sorry, something went wrong.
It seems this version has many bugs, after correcting the error you mentioned. I get some more:
`L 06/09/2017 - 03:19:37: [Store] Error registering accountID '137725595' under the name 'Sirr', not connected to database.
L 06/09/2017 - 03:19:37: [Store] Error getting accountId '137725595' loadouts, no database connected. L 06/09/2017 - 03:19:53: [Store] SQL Error on GetCategories: Unknown column 'priority' in 'field list' L 06/09/2017 - 03:19:54: [Store] SQL Error on SQLCall_GetClientLoadouts: Unknown column 'user_id' in 'where clause' `
No branches or pull requests
this is the error log:
these are the tables it created automatically:
either you didn't type correctly the name of the table or forgot to create it automatically if doesn't exist ...
The text was updated successfully, but these errors were encountered: