DAYTONA HUD
by Nikra Development
OVERVIEW
Daytona HUD is a fully-featured, performance-optimized HUD for FiveM ESX servers. Built with a clean dark aesthetic, custom typography, and a complete API surface — it integrates seamlessly into your existing framework without replacing or breaking existing scripts. Every element is individually toggleable, draggable, and configurable through an in-game settings panel.
FEATURES
COMMANDS & KEYBINDINGS
| COMMAND | DEFAULT KEY | DESCRIPTION |
|---|---|---|
| /openchat | T | Opens the custom in-game chat |
| /seatbelt | B | Toggle seatbelt (knockoff protection) |
| /hudsettings | — | Open the in-game HUD settings panel |
| /testhud | — | Trigger all test notifications (dev/admin) |
All keybindings are registered via RegisterKeyMapping and can be rebound by players in the GTA V keybindings menu.
EXPORTS API
All exports are callable from any client-side script using exports['nk']:FunctionName(...)
CLIENT EVENTS
Every export also has an equivalent event. Use TriggerEvent from any client script, or TriggerClientEvent(event, source, ...) from the server.
REQUIREMENTS & INSTALLATION
nk folder into your resources/ directoryensure nk to your server.cfgconfig/config.lua to adjust load delay, voice ranges, and hidden HUD componentsEXAMPLE USAGE
TriggerClientEvent("nk:notify", source, "success", "Server", "Du wurdest freigeschaltet!", 5000)
TriggerClientEvent("nk:announce", -1, "GANG WAR", "Territory capture started!", 8000, "gangwar")
exports['nk']:SetRobbery(true, "FLEECA BANK", "05:00")
exports['nk']:Progressbar(5000, "Crafting...") Wait(5000) exports['nk']:StopProgressbar()
exports['nk']:NotifyItem("Water Bottle", 3, "nui://inventory/web/assets/icons/water.png", 4000)
DAYTONA HUD — by Nikra Development
store.nikra.xyz