FRAMEWORK:
VORP
REDEM:RP
QBR-CORE
RSG-CORE
🛡️ Bodyguard System V2
A fully configurable and framework-compatible bodyguard system for RedM servers.
Hire, control, and customize AI bodyguards with weapons, horses, behaviors, and more.
---
## ✨ Features
* Hire customizable bodyguards from NPC locations
* A modern UI upgrade
* Advanced combat AI (reacts to threats, protects player, protects from online player)
* Configurable weapons, health, accuracy, and behavior
* Horse for bodyguards 🐎
* Formation and command system (follow, stay, patrol, defend, etc.)
* Guards is synced for online players
* Job-restricted hiring for every menu location and you can false for everyone use
* Pricing System (Strength level, Combat skill, Weapon choice, Duration, etc.)change in config
* Level Requirement for hiring bodyguards can false in config
* Duration Options for how long time you can hire guards can change in config
* Dynamic pricing system
* Notification system integrated with frameworks
---
:video_camera: Preview V1
:video_camera: Preview V2 SOON
---
### **YOU CAN CONFIGURE**
* Framework support (VORP, RedEMRP, QBR, RSG-Core)
* UI system (enable/disable, theme, colors, layout)
* Bodyguard hiring locations (NPC, coords, radius, blips)
* Job restrictions for hiring
* Number of bodyguards (min/max limits)
* Bodyguard models list
* Horse models and spawn behavior 🐎
* Bodyguard behavior settings:
○ Follow, Stay, Patrol, Defend modes
○ Formation types (line, wedge)
○ Protection system (threat detection, reactions)
* Combat configuration:
○ Health levels (normal, strong, very strong)
○ Accuracy levels
○ Weapons loadout
* Pricing system:
○ Base price
○ Price per strength
○ Price per weapon
○ Price per duration
○ Currency type (cash / gold)
* Duration system:
○ Custom hire time options
○ Price scaling per duration
* Horse system:
○ Spawn offsets
○ Mount delay
○ Distance checks
* Commands & controls:
○ Control command
○ Keybinds
* Restrictions:
○ Level requirements
○ Job permissions
* Notifications system:
○ Framework-based notifications
○ Custom messages
---
## ⚙️ Framework Support
Set your framework in the config:
\`\`\`lua
Config.Framework = "vorp" -- options: vorp, redemrp, qbr, rsg-core
\`\`\`
---
## 🐎 Horse System
Bodyguards can spawn with horses:
\`\`\`lua
Config.Horses = {
"a_c_horse_arabian_black",
"a_c_horse_mustang_tigerstripedbay",
}
\`\`\`
Includes:
\* Spawn offset settings
\* Auto-mount behavior
\* Distance checks
---
## ⚔️ Combat & Protection System
Bodyguards react dynamically:
\`\`\`lua
Config.ProtectionSettings = {
DetectionRadius = 20.0,
ReactToWeapons = true,
HealthTrigger = true,
}
\`\`\`
They will:
\* Detect enemies nearby
\* Protect you when attacked
\* React to armed/unarmed threats
---
## 💪 Customization
### Health Levels
\`\`\`lua
Config.HealthSettings = {
normal = 100,
strong = 200,
veryStrong = 300,
}
\`\`\`
### Accuracy Levels
\`\`\`lua
Config.AccuracySettings = {
normal = 50,
skilled = 75,
highlySkilled = 100,
}
\`\`\`
---
## ⏱️ Duration Options
\`\`\`lua
Config.PriceAdjustments.Duration = {
\[5\] = 50,
\[10\] = 100,
\[15\] = 300,
}
\`\`\`
---
## 🎮 Commands
Raidal control menu your guards with:
\`\`\`lua
Config.ControlGuard = "controlguards"
Config.ControlKeyHash = 0x760A9C6F
\`\`\`
### Available Actions:
\* Follow
\* Stay
\* Patrol
\* Defend
\* Dismiss
\* Formations (Line / Wedge)
\* Salute
---
## 🔔 Notifications
Auto-detects framework and sends notifications:
\`\`\`lua
Config.SendNotification(src, message)
\`\`\`
---
## 🛠️ Support [DISCORD](https://discord.gg/akdev)
If something isn’t working:
\* Check console errors
\* Verify framework compatibility
---