Skip to content

Installation

This guide will walk you through installing prp-hud on your FiveM server.

Installation steps

1
Download the resource
Download prp-hud from the CFX portal and place it in your resources folder.
2
Configure prp-bridge
Set BridgeConfig.FrameWork to your framework (qbx_core, qb-core, es_extended, or nd_core) in prp-bridge/config.lua.
3
Add to server.cfg
Add prp-hud after its dependencies.
ensure ox_lib
ensure prp-bridge
ensure pma-voice
ensure prp-hud
4
Configure the HUD
Open config.lua inside prp-hud — see Usage.

The HUD appears automatically when a player loads a character. No manual setup is required beyond starting the resource.

Default framework HUD

Disable your framework's built-in status or radar HUD if it conflicts with prp-hud (e.g. qbx_hud on Qbox).

pma-voice UI

Disable pma-voice's default voice HUD with setr voice_enableUi 0 in server.cfg — see Voice indicator.