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

  1. Download the latest release from the repository

  2. Extract the lualab-hud folder to your server's resources directory

  3. Ensure 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

  1. Open config.lua to customize the HUD settings

  2. Key settings can be modified:

Config.Keys = {
    seatbelt = 'K',
    cruise = 'Y',
    headlights = 'H'
}
  1. Update intervals can be adjusted:

Config.UpdateIntervals = {
    hud = 200,
    vehicle = 100,
    voice = 200,
    general = 500
}

4. Troubleshooting

Common issues and solutions:

  1. HUD not showing:

    • Check if all dependencies are properly installed

    • Verify resource start order in server.cfg

    • Check browser console for errors

  2. Vehicle HUD issues:

    • Ensure LegacyFuel is properly configured

    • Check vehicle class restrictions if applicable

  3. Voice indicator not working:

    • Verify pma-voice is running

    • Check voice resource configuration

Support

For additional support or questions:

  1. Check the FAQ

  2. Join our Discord server

Last updated