ESX [ESX] Dynamic status and info hud!

CR LEAKS

Administrators
Joined
Mar 25, 2022
Messages
1,495
Credits
28,808
Please, Log in or Register to view URLs content!





Please, Log in or Register to view URLs content!



  • Add as many status elements as you want
  • Hud elements stay anchored to the minimap
  • Ready to install to latest esx legacy build


Please, Log in or Register to view URLs content!

Please, Log in or Register to view URLs content!



Configuring elements
Open html/app.js. You can add all the new statuses you use if you configured them corectly with esx_status then the hud figures the values itself !


Code:
elements: {
'health':{
progress: null,
name: 'hp',
color: '#ef4444',
icon: 'fa-solid fa-heart',
show: true,
value: 0.5,
},
'armor':{
progress: null,
name: 'ar',
color: '#3b82f6',
icon: 'fa-solid fa-shield',
show: true,
value: 1.0,
displayFrom: 0.01, // You can set display from value the status will be hidden
},
}


image



Hud is made for ESX only for now !
Get it here !
Please, Log in or Register to view URLs content!
 
Back
Top Bottom