All admin actions (add/remove/set money) are protected by server-side permission checks. The dashboard only opens for players with configured admin permissions, and every money operation validates permissions on the server before executing.
A modder can’t bypass this - even if they somehow triggered the events client-side, the server would reject it without proper permissions. Only players you’ve authorized in the config or via ACE permissions can make changes.
I aswell got this problem with esx as framwork:
[script:jh-economy_da] SCRIPT ERROR: jh-economy_dashboard was unable to execute a query!
[script:jh-economy_da] Query: SELECT SUM(money) as total FROM users
[script:jh-economy_da]
[script:jh-economy_da] Unknown column ‘money’ in ‘field list’
in esx there is no money tab in the db, It did initialize with esx when looking into the server console
Thanks for reporting this! I’ve pushed a fix for ESX compatibility. Please re-download the script from your Keymaster and replace the files on your server.
The Discord link has also been fixed - try again here: JH Dev
If you have any further issues, open a ticket on the Discord and I’ll help you out!
Yes, I have no shame at admitting using tools. I have a background in web. HTML, CSS, JavaScript to be exact. I just started learning LUA late last year. This script is also free for that reason. I just love the idea of creating and learning but please by all means carry on.
Thanks for reporting! Based on the error and ESX Legacy docs, the issue was how money is stored differently than QBCore. Pushed a fix in v1.0.5 - re-download and let me know if it works.
The latest version (v1.0.5) already auto-detects this - it checks which tables exist and uses the right one. Give it a try and let me know if it works for you.