Installation · origen_hud
Follow the steps below to install origen_hud on your server.
1. Add the resource to your server
Copy the origen_hud folder into your resources directory and add it to your server.cfg.
The ensure order is important. Dependencies must be started before origen_hud.
cfg
# server.cfg
ensure pma-voice
ensure qb-core # or es_extended for ESX
ensure origen_hudNever start origen_hud before its dependencies. If pma-voice or your framework core is not running, the voice mode indicator and stat syncing will not work.
2. Configure the resource
Open config.lua and set your framework and preferences before starting the server.
Refer to the Configuration page for the full list of options.
3. No SQL required
origen_hud is a client-side HUD only. It does not use any database tables. No SQL import is needed.
4. No items required
This resource does not add or require any inventory items.
5. Verify installation
After starting the server, join with a player and confirm:
- The HUD renders (health, armor, hunger, thirst).
- The minimap repositions correctly (unless
Config.DisableMapModifications = true). - The radar hides when on foot (if
Config.HideRadar = true). - Speed and fuel display when inside a vehicle.
- Voice mode indicator changes when pressing proximity keys in
pma-voice.