πŸ–₯️Horizon HUD

Purchase

Click here to purchase the script.

Preview

Click here to watch the preview video.

Installation

  1. Drop the horizon_hud folder into your server resources folder.

  2. Add this line to your server.cfg: start horizon_hud

  3. Configure the script if needed.

  4. Replace horizon_hud\ui\assets\logo.png to your server logo (keep file name and extension).

  5. Restart your server.

Requirements

  • es_extended/qb-core/custom framework

Notification Export

  • How to call the notification function from other resources:

    • exports["horizon_hud"]:notify("NOTIFICATION TEXT", "NOTIFICATON TYPE", NOTIFICATION LENGTH)

  • notification types: "info", "success", "error"

Setting up the script for custom framework

  1. horizon_hud\client\config.lua line 3: Set Config.framework to "custom".

  2. horizon_hud\client\client.lua line 17: Add here your framework's export.

  3. horizon_hud\client\client.lua line 54: Add code to check that the player is in a vehicle, the pause menu is not open and the player is alive.

  4. horizon_hud\client\client.lua line 390: Add code to get the player's health, hunger, thirst, armor, bank balance, cash, oxygen, microphone status, id, position.

  5. Join our Discord and open a ticket if you need any help.

Changelog

Update 1.1

  • A new option to use Horizon Speedometer and Horizon HUD together is now available

  • Fixed an issue that caused the HUD to not load player information if the script was started before joining the game

  • Fixed an issue that caused the seatbelt to turn off every time after opening the pause menu

Common Errors

Last updated