[QBCore/ESX] ZDP Hud Neon - Auto Hidden HUD

:desktop_computer: Description

ZDP-Hud-Neon is an all-in-one tool for your FiveM server, designed to offer an optimized and customizable gaming experience. This NEON HUD allows you to monitor your character’s health, armor, hunger, thirst, stamina or oxygen, and stress, providing all the necessary information at a glance. The design is carefully crafted to ensure a sleek and polished appearance.

The HUD elements only appear when necessary: health when it drops, hunger or thirst when below 50%, stamina when it decreases, and stress when it increases.

:star2: Features

  • Comprehensive Character Stats: Easily view your character’s health, armor, hunger, thirst, stamina or oxygen, and stress, keeping you informed and prepared at all times. The HUD elements are only visible when required:
  • Health: Visible when it drops.
  • Hunger and Thirst: Visible when below 50%.
  • Stamina: Visible when it decreases.
  • Stress: Visible when it increases.
  • Vehicle HUD.
  • Position and Color Customization: Adjust the position of your vehicle HUD (left, center, or right).
  • Speed Limiter: Includes a vehicle speed limiter displayed in each HUD style, ensuring you always maintain control over your speed.
  • Stress Management: Configure whether you want to monitor your character’s stress and adjust key bindings for viewing the HUD, speed limiter, and other functions.
  • Optimization and Design: The ZDP-Hud-Neon is optimized for performance and features a carefully crafted design for a sleek and polished look.

:ring_buoy: Support

We’ve got your back if you encounter any issues with our script.

:man_technologist: About us

Our development team members collectively have over 10 years of experience. We have experts in Front, Back, and Full Stack development.

:arrow_right: Purchase link:

:movie_camera: Preview:

:top: Other scripts:

:file_folder: Config file:

Config = {}

Config.Framework = "QBCore" -- "ESX" or "QBCore"

Config.KeyVisibleHud = 'J'

Config.CarHudDisabled = false
Config.HudCarPosition = 'left' -- left, right, center

Config.DisableStress = true
Config.MinimumStress = 50         -- Minimum Stress Level For Screen Shaking

-- For update stress value in ESX use the following trigger
-- TriggerEvent('ZDP_Hud:GetStress', VALUE)

-- For update seatbelt value in ESX change in the config of esx_cruisecontrol
-- Config.HudResource = 'ZDP_Hud'

Config.KeyBigMap = 'M'
Config.KeyLimitSpeed = 'U'

Config.UseMPH = false              -- If true speed math will be done as MPH, if false KPH will be used (YOU HAVE TO CHANGE CONTENT IN STYLES.CSS TO DISPLAY THE CORRECT TEXT)

Config.Intensity = {
    ['blur'] = {
        [1] = {
            min = 50,
            max = 60,
            intensity = 1500,
        },
        [2] = {
            min = 60,
            max = 70,
            intensity = 2000,
        },
        [3] = {
            min = 70,
            max = 80,
            intensity = 2500,
        },
        [4] = {
            min = 80,
            max = 90,
            intensity = 2700,
        },
        [5] = {
            min = 90,
            max = 100,
            intensity = 3000,
        },
    }
}

Config.EffectInterval = {
    [1] = {
        min = 50,
        max = 60,
        timeout = math.random(50000, 60000)
    },
    [2] = {
        min = 60,
        max = 70,
        timeout = math.random(40000, 50000)
    },
    [3] = {
        min = 70,
        max = 80,
        timeout = math.random(30000, 40000)
    },
    [4] = {
        min = 80,
        max = 90,
        timeout = math.random(20000, 30000)
    },
    [5] = {
        min = 90,
        max = 100,
        timeout = math.random(15000, 20000)
    }
}
Code is accessible No
Subscription-based No
Lines (approximately) 1500
Requirements None
Support Yes
2 Likes

Amazing job guys!

1 Like

Beautiful HUD!

1 Like

Thanks friend!

Thanks mate