# 0R - HUD V3

{% hint style="info" %}
This resource is intended for ESX, QBCore, and Qbox based servers.
{% endhint %}

```lua
author '0Resmon & aliko.'
```

```lua
dependencies { 'ox_lib', 'xsound' }
```

## Overview

`0r-hud-v3` is a full HUD resource with player status bars, vehicle HUD layouts, seatbelt and engine controls, voice and radio indicators, music controls, minimap styling, cinematic mode, and a built-in settings UI. This guide is intentionally simplified so server owners can set it up quickly without opening many nested pages.

## Start Here

{% content-ref url="/pages/bXAl4RxTWE2w5WfCU5WX" %}
[Setup](/0resmon/0r-resources/0r-hud-v3/setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/01LoFUVbXGLPtS9wJXXh" %}
[Configuration](/0resmon/0r-resources/0r-hud-v3/configuration.md)
{% endcontent-ref %}

{% content-ref url="/pages/XNtevZhpqxxUwHq747qf" %}
[Integrations and Events](/0resmon/0r-resources/0r-hud-v3/integrations-and-events.md)
{% endcontent-ref %}

{% content-ref url="/pages/m2rRxcVi3JbNZGyytWLY" %}
[FAQ and Troubleshooting](/0resmon/0r-resources/0r-hud-v3/faq.md)
{% endcontent-ref %}

## Important Notes

* Main configuration file: `0r-hud-v3/config.lua`
* Extra default UI data also exists in `data/hud.lua` and weapon labels exist in `data/weapons.lua`
* `xsound` is required for the built-in music widget
* Optional integrations include `hrsgears`, `edit_mini_map`, fuel resources, and voice resources
* The resource includes streamed minimap assets in the `stream/` folder

{% embed url="<https://0resmon.tebex.io/>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.0resmon.org/0resmon/0r-resources/0r-hud-v3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
