-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
ER_BAD_FIELD_ERROR New ESX #10
Comments
not gonna be supporting new esx versions anytime soon, sorry |
:( |
Maybe someone else? Can't you open it for a bit longer time ? |
Is the script working otherwise? Is it just the database query that is the problem? Ref: ESX-Banking EDIT: It is es_extended that works with MySQL and database queries (Ref. https://github.com/ESX-Org/es_extended/blob/master/server/main.lua) |
|
Can someone update this line to new ESX?
MySQL.Sync.execute('UPDATE users SET bank = bank + @bank WHERE identifier = @Identifier',{['@bank'] = money, ['@Identifier'] = identifier})
bank is not a bank column anymore. It's merged with money, black_money in the same column called accounts.
The text was updated successfully, but these errors were encountered: