Horizon HUD
Last updated
Last updated
Click to purchase the script.
Click to watch the preview video.
Drop the horizon_hud folder into your server resources folder.
Add this line to your server.cfg: start horizon_hud
Configure the script if needed.
Replace horizon_hud\ui\assets\logo.png to your server logo (keep file name and extension).
Restart your server.
es_extended/qb-core/custom framework
How to call the notification function from other resources:
exports["horizon_hud"]:notify("NOTIFICATION TEXT", "NOTIFICATON TYPE", NOTIFICATION LENGTH)
notification types: "info", "success", "error"
horizon_hud\client\config.lua line 3: Set Config.framework to "custom".
horizon_hud\client\client.lua line 17: Add here your framework's export.
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.
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.
Join our Discord and open a ticket if you need any help.
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