- Add as many status elements as you want
- Hud elements stay anchored to the minimap
- Ready to install to latest esx legacy build
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
},
}

Hud is made for ESX only for now !
Get it here !