Skip to main content

Troubleshooting

Two banks open at once / duplicate ATMs

You have not disabled the old banking script. On ESX: delete the esx_banking folder. On QBCore: add stop qb-banking in server.cfg and do a full server restart.

framework detected: none (standalone) in console

ESX or QBCore is not starting before fr_banking. Check the order in server.cfgoxmysql and the framework must appear before ensure fr_banking.

Database tables not created

Check that oxmysql is running and has database access. You can also import sql/fr_banking.sql manually.

Teller NPC doesn't appear at branches

Check Config.SpawnPeds = true. Increase Config.TellerZOffset if the NPC sinks into the floor.

ESX business balance doesn't match

FR Banking uses the same esx_addonaccount as the ESX boss menu. If there's a discrepancy, another script is modifying society_<job> separately — check which scripts touch that account.

Loans don't appear in the menu

Verify Config.Loans.Enabled = true. The player must have logged in at least once to have a bank account.

Bills can't be issued

The player's job must be in Config.Bills.AllowedJobs. Check the amount doesn't exceed Config.Bills.MaxAmount.