Skip to main content

What is FR Banking?

FR Banking (v1.0.0) is FiveRank's reference banking system for FiveM — released free for the community. Fully server-authoritative (every amount, transfer and permission is validated on the server). Premium interface with hand-built SVG icons. Works with ESX Legacy and QBCore without modifying any other script.

The bank your server deserves — free.


Main modules

ModuleDescription
Personal accountsUnique number FR-####-####-####, animated virtual card
ATMsDetected by prop model — limited interface (deposit, withdraw, balance, card)
Bank branchesTeller NPC + map blips — full interface
TransfersTo any account by number (online and offline), configurable fee
Transaction historyLast 50 transactions with search and income/expense filters
SVG chartHand-built daily cash flow (income vs. expenses)
SavingsInterest on server cycle, last 20 payout history
LoansScaled to total wealth — automatic embargo on missed payment
BillsAuthorized jobs charge any player
Business/SocietyShared job accounts with payroll and audit log
Security PINOptional — lock-out after failed attempts

Key features

  • Server-authoritative: no amount is processed without server-side validation
  • Premium interface with line-style SVG icons, no emojis — FiveRank crimson/gold identity
  • ESX: uses the same esx_addonaccount (society_<job>) as paychecks and boss menus — no duplicate balances
  • QBCore: own auto-created table, zero extra setup
  • Database tables created automatically on first launch
  • fr_notify optional — falls back to native notifications
  • Bilingual: EN and ES included

Dependencies

ResourceStatusRole
oxmysqlRequiredDatabase — accounts, transactions, loans, bills
fr_interactRequiredFloating "Press E" prompts at ATMs and tellers
fr_notifyOptionalEnhanced notifications
ESX Legacy / QBCoreOptionalEconomy framework — auto-detected

⚠️ Important before installing

FR Banking replaces your existing banking system. You must disable the old bank before starting this script:

  • ESX: delete the folder resources/[esx_addons]/esx_banking completely.
  • QBCore: add stop qb-banking in server.cfg before ensure fr_banking.

Credits