![[QBCore/ESX] ZDP Hud Neon - Auto Hidden HUD main image](https://forum-cfx-re.akamaized.net/optimized/5X/e/f/1/5/ef15cf07b3d3e16b384751f204964dad8f844cd2_2_690x388.png)
![[QBCore/ESX] ZDP Hud Neon - Auto Hidden HUD thumbnail 1](https://forum-cfx-re.akamaized.net/optimized/5X/e/f/1/5/ef15cf07b3d3e16b384751f204964dad8f844cd2_2_690x388.png)
![[QBCore/ESX] ZDP Hud Neon - Auto Hidden HUD thumbnail 2](https://img.youtube.com/vi/gHqAjjFfk9k/maxresdefault.jpg)
Price
UnknownA script by ZDP-Scripts
Price
Unknown
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.
Features
Support
We’ve got your back if you encounter any issues with our script.
About us
Our development team members collectively have over 10 years of experience. We have experts in Front, Back, and Full Stack development.
Purchase link:
Preview:
Other scripts:
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 |
No approved reviews found for this script yet.