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

  1. Place the brb-advanced-banking folder into your server's resources directory:

resources/[scripts]/brb-advanced-banking
  1. Add the following line to your server.cfg:

ensure brb-advanced-banking

βš™οΈ 2. Required Dependencies

Ensure the following scripts are already installed and working:

  • vorp_core

  • vorp_menu

  • vorp_inputs

  • oxmysql (or ghmattimysql)

  • 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)

Configure the script behavior through config.lua.


πŸ’¬ 5. Language Support (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