[FREE] Advanced bank system

Showcase

Features:

  • Detailed spending analytics
  • Send money to online and offline players
  • Withdraw and deposit easily
  • Fast action section for withdraw and deposit
  • Check transaction
  • Add transaction easily
  • Check bills and pay them
  • Detailed credit system: get money from credit system, have time to pay, pay back with some %, if you dont pay you cant access to your bank and more…
  • Login to other players bank accounts with their iban and password
  • Very easy configuration
  • Can almost remove/add everything you want from config file

(Check video and gitbook for more information)

Github

Gitbook - Bank

Code is accessible Yes
Subscription-based No
Lines (approximately) 3000
Requirements QBCore - ESX
Support No
10 Likes

Ayo for free this looks fire asf

2 Likes

No logs are sent to disc.

When trying to deposit money I get this.

Also when I target the atm

I’m on esx framework with ox_target.

Small fix if you are on esx:
Player.removeMoney(tonumber(amount)) – Replace RemoveMoney to removeMoney at lines 441 and 541 ( Deposit )

You’re trying to call RemoveMoney on the Player object in the framework section, but this method doesn’t exist in ESX. In ESX, you should use removeMoney (lowercase ‘r’) instead of RemoveMoney .

1 Like

did you add ox_target compatibilty