BRB Advanced Banking System
π¦ BRB Advanced Banking System - Installation Guide
This documentation will guide you through installing and configuring the banking system on your RedM server using the VORP framework.
π 1. Upload the Files
Place the
brb-advanced-bankingfolder into your server'sresourcesdirectory:
resources/[scripts]/brb-advanced-bankingAdd the following line to your
server.cfg:
ensure brb-advanced-bankingβοΈ 2. Required Dependencies
Ensure the following scripts are already installed and working:
vorp_corevorp_menuvorp_inputsoxmysql(orghmattimysql)redm_interact(recommended for NPC interaction)
ποΈ 3. SQL Database Setup
Run the following SQL queries in your database to create the necessary tables:
π§© 4. Config Settings (config.lua)
config.lua)Configure the script behavior through config.lua.
π¬ 5. Language Support (lang.lua)
lang.lua)This system supports multi-language strings via lang.lua. Available translations include:
en β English
tr β Turkish
You can switch the language from config.lua by changing Config.Language.
π€ 6. NPCs and Interaction
Customize NPCs and bank locations via
Config.Banks.NPCs will automatically appear at the specified coordinates with prompts and animations.
Players can interact with them using
E.
π 7. Features Summary
β Multi-account support β Interest accounts β Transaction logging β Business banking with role-based access β Configurable tax system (withdrawal, deposit, daily tax) β Blip and NPC integration β Menu-based interface (no UI required) β Multi-language support
β FAQ
Q: Can players open multiple interest accounts? A: No, each character can only have one interest account to maintain economic balance.
Q: We use multi-character. Will each character have separate bank data?
A: Yes. The system uses charidentifier to store data, ensuring each character has their own unique accounts.
π’ Support
Having issues? Reach out to us via:
Discord Support Server
Weβre here to help!
Last updated