LuaLab-HUD
LuaLab HUD - Installation & Setup Guide
Prerequisites
Before installing LuaLab HUD, ensure you have the following:
FiveM Server with QBCore Framework
pma-voice installed and configured
LegacyFuel installed and configured
Installation Steps
1. Download & Extract
Download the latest release from the repository
Extract the
lualab-hud
folder to your server's resources directoryEnsure the folder structure matches:
2. Configure Dependencies
Ensure your server.cfg has the following entries in the correct order:
ensure qb-core
ensure LegacyFuel
ensure pma-voice
ensure LuaLab-HUD
3. Configuration
Open
config.lua
to customize the HUD settingsKey settings can be modified:
Config.Keys = {
seatbelt = 'K',
cruise = 'Y',
headlights = 'H'
}
Update intervals can be adjusted:
Config.UpdateIntervals = {
hud = 200,
vehicle = 100,
voice = 200,
general = 500
}
4. Troubleshooting
Common issues and solutions:
HUD not showing:
Check if all dependencies are properly installed
Verify resource start order in server.cfg
Check browser console for errors
Vehicle HUD issues:
Ensure LegacyFuel is properly configured
Check vehicle class restrictions if applicable
Voice indicator not working:
Verify pma-voice is running
Check voice resource configuration
Support
For additional support or questions:
Check the FAQ
Join our Discord server
Last updated