society/banking exports
How do you change society/banking exports?
If you're using something else than qb-banking for your society system, you'll need to replace those exports to work with yours.
In server_open.lua use CTRL + F and search either for qb-management or qb-banking depending on your config setup and replace those exports with ones that your banking system uses. Got into your banking systems docs and look for something like an AddMoney export/trigger event for society.
For example in okokBanking the export looks like this:
To simply input the arguments that the export in server_open.lua had, which would make the export look like this:
Last updated