⚙️ Configuration & Performance
Karma HUD V is designed to be easy to configure, simple to integrate and efficient for everyday server use.
🛠️ Easy Configuration
Server owners can customize the resource through:
config.lua
bridge/framework.lua
Configure options such as:
- Framework Detection
- MPH / KMH
- Minimap Blips
- Default GTA HUD Visibility
- Ammo Display
- Seatbelt Feedback
- Vehicle Animations
- Custom Electric Vehicles
- HUD Update Interval
- Framework Integration
⚡ Performance Focused
Karma HUD V uses a configurable update interval, allowing server owners to control how frequently HUD information is refreshed.
The system is designed to provide the information players need while keeping unnecessary HUD updates under control.
🔌 Flexible Framework Bridge
Built-in support is included for:
QBox • QBCore • ESX • Custom Frameworks
QBox/QBCore and ESX can be automatically detected through the included framework bridge.
Servers running custom systems can integrate hunger, thirst and other supported functionality using the provided events and exports.
💻 Custom Integration
Other resources can directly control key HUD elements:
exports['karma-hud-v']:showHUD()
exports['karma-hud-v']:hideHUD()
exports['karma-hud-v']:showCompass()
exports['karma-hud-v']:hideCompass()
exports['karma-hud-v']:showSpeedometer()
exports['karma-hud-v']:hideSpeedometer()
Custom status values can also be provided:
exports['karma-hud-v']:SetStatus({
hunger = 80,
thirst = 65
})
Configure it. Integrate it. Make it fit your server.