BRB Quest Robbery
A cinematic, multi-stage RedM robbery script featuring NPC interactions, minigames, explosions, and police response.
Screenshots & Demo Video
Preview : You can watch full preview video from here!
Features
NPC-based quest initiation
Native prompt interaction system (hold to interact)
Multi-phase objectives:
- Talk to NPC
- Accept the mission
- Place dynamite
- Trigger explosion
- Collect loot
Built-in multi-language support (English & Turkish)
Police alert integration with configurable required units
Dynamic NPC spawning and combat
Global cooldown system between robberies
Supports minigames and progress bars
Configurable through
config.lua
Installation
- Download and place the resource in your
resources
folder. - Add the following to your
server.cfg
:
ensure brb_quest_robbery
- Import
item.sql
to your database (if required). - Edit
config.lua
to fit your server setup.
Language Support
This resource supports multiple languages via lang.lua
.
Set your preferred language in config.lua
:
Config.Language = "en" -- or "tr"
Languages can be extended by editing lang.lua
.
Dependencies
- VORP Core
- progressBars
- syn_minigame
- bcc-job-alerts
Police System
This script integrates with bcc-job-alerts
to send alerts to nearby lawmen during robberies. The number of required police and alert delay are configurable:
Config.RequiredPolice = 2
Config.Policealert = 8000 -- milliseconds
Cooldown
All robbery locations are globally locked with a shared cooldown once a robbery is completed. This ensures fair gameplay and prevents abuse.
Config.CooldownTime = 20 -- in minutes
Showcase Idea
Create a cinematic trailer showing:
- NPC conversation scene
- Prompt-based interaction
- Dynamite placement & explosion
- Loot collection & escape
Credits
Discord: Join Us
Purchase on Tebex :
[VORP] BRB Quest Robbery Script
Code is accessible | No |
Subscription-based | No |
Lines (approximately) | 1000 |
Requirements | VorpCore |
Support | Yes |