FAQ / COMMON ISSUES

Get Answers To Common Issues Faster!

AddMoney missing in qb-management

If you're getting an error mentioning Envi-Bridge with a message of No such export AddMoney exists in resource qb-management then odds are you have a newer verison of qb-management installed. At some point all money handling was removed from qb-management to moved to qb-banking.

If you're getting this error it's because you are not using qb-banking, so to fix this you'll want to navigate to envi-bridge/framework/qb/server.lua and find the Society related functions. You'll then need to add the exports/events required by your banking script in each of these functions.

If using Renewed-Banking with qb-core, for example:

-- Replace
exports['qb-management']:AddMoney(name, amount)

-- with
exports['Renewed-Banking']:addAccountMoney(name, amount)

Disappearing Props

The two most common reasons a prop might disappear/despawn are going to be due to Anti Cheat or having a strick bucket lockdown setting.

Anti Cheat

  • You will need to find the prop model names and add them to your anti cheat to make sure the props aren't deleted

Bucket Lockdown

  • Try setting your bucket lockdown mode to a more relaxed mode if you have it set strictly

Last updated