๐ŸคDayz Hud

A modern and customizable HUD system for FiveM servers supporting both QBCore and ESX frameworks.

Features

  • Clean and modern UI design

  • Framework support for both QBCore and ESX

  • Highly customizable colors and elements

  • Vehicle HUD with speed and fuel indicators

  • Weapon and stamina display

  • Status indicators for:

    • Health

    • Armor

    • Blood (if using supported health system)

    • Hunger

    • Thirst

    • Temperature (with hate-temp integration)

    • Sleep (with hate-needs integration)

    • Pee (with hate-needs integration)

    • Poop (with hate-needs integration)

  • Status effect indicators for:

    • Broken bones

    • Bleeding

    • Wetness

    • Sickness

  • In-game settings menu

  • Cinematic mode

  • Time display

  • Voice activity indicator

Installation

  1. Download the resource

  2. Add to your server.cfg:

ensure hate-dhud
  1. Configure the config.lua file according to your needs:

    • Set framework type (QBCore/ESX)

    • Configure health system integration

    • Adjust radar display settings

    • Enable/disable features

    • Set up hate-needs and hate-temp integrations if using them

Configuration

Main Settings

Config.Framework = 'qb' -- 'qb' or 'esx'
Config.Health = '' -- your health system to get blood value and broken bone
Config.RadarStatus = 1  -- 1: always show radar | 2: only in car | 3: never show radar
Config.ShowGunandStamina = false -- Enable/disable weapon and stamina display
Config.ShowTime = true -- Show or hide the time display
Config.DisableCarHud = false -- Enable/disable car HUD elements

Integration Settings

Config.UsingHateNeeds = true -- Enable if using hate-needs
Config.UsingHateTemp = false -- Enable if using hate-temperature

Client Exports

Currently, there is only one client-side export available:

-- Toggle HUD visibility
exports['hate-dhud']:setHudVisible(state) -- state: boolean

Customization

The HUD can be customized through the in-game settings menu (/hudsettings):

  • Toggle car HUD

  • Toggle weapon & stamina display

  • Toggle time display

  • Customize colors for:

    • Default state

    • Warning state

    • Danger state

    • Temperature states (cold/normal/hot)

    • Interface elements (dividers, backgrounds)

Dependencies

  • QBCore or ESX Framework

  • hate-needs (optional)

  • hate-temp (optional)

Commands

  • /hudsettings - Open the HUD settings menu

  • /cinematic - Toggle cinematic mode

  • /hud - Reload HUD settings

Security Notice

This script is protected by FiveM's escrow system. The client and server-side code is encrypted and cannot be modified.

Last updated