Introducing you to the most advanced banking system for your servers! Give your players an immersive and realistic banking experience in the popular role-playing gamemode. This script brings in several advanced features like shared accounts with separate permissions for each user, society accounts, full transaction history and even freezing or tracking accounts.
It comes with free custom LB-Phone app!
[Preview]
Here’s a small introduction video on YouTube. More screenshots and full feature list will be available down below.
Just want to make sure but Is it possible to have it linked with ps-mdt or a way that police can freeze someone account if they did something or whatever and if that person tries to buy something using bank it says something to let the player know
At the moment, freezing happens with command, in config you can choose who can use that command, only admins (permission level configurable) or any society with a minimum rank. I could probably add some exports for freezing, unfreezing and isfrozen so devs could integrate it in their systems like ps-mdt. That’s actually a good idea.
Tracking overall at the moment happens only if player opens atm or bank, after that notification is triggered which can be easily changed to dispatch call or something. But since I do overwrite AddMoney and RemoveMoney methods, for freezing and automatic transactions keeping to work, trigger for tracking can be easily added.
our housing script uses qb-banking export addMoney… cant change it because its behind encryption.
Does this script account for base qb-banking exports?
Added an option to disable automatic jobs syncing. Helps, if you’re using job creators. If you disable automatic syncing, make sure to run /syncAccounts command from server console once you need it. Like for example you create a job and etc. This prevents from job accounts dissapearing after each restart.
Added commented provide 'qb-management' to fxmanifest, uncomment it, if you need exports['qb-management']:AddMoney and other exports to work out of the box.
Added lombank theme for banking.
Added an option to set banking theme to fleeca , maze , lombank by default.
Added Italian localization, thanks to community member
Added additional transaction events
Added ESX support, note that it was tested with 1.10.5, can’t guarantee that it’ll work on older versions
Please note , that ESX version won’t support account freezing, because we don’t really want customers to manually edit esx core. If you want that function, we can provide snippet for freezing support.Also note that, ESX support is currently in beta and something might not work. While making support for ESX, it was tested with 1.10.5+ version of es_extended. Banking rewrite is on the horizon, but since currently we have more than 4 resources coming, rewrite will be a bit delayed.