[Release][ESX][Free] Cosmo HUD and Speedometer

Also, there is no sound relative to seatbealt if its not put on ?

I kept the radar on but the map isn’t loading untill I get into vehicle
If we reconnect without closing fivem client we get a square minimap.
It takes to much time to disappear hud when we press escape.
FUEL not accurate & some car fuel stays full all the time
Please fix this
TIA
GOOD WORK!

where can I change the seat belt button

Fixa l’indicatore del microfono please

you can also add the ability to remove the Mic hud, for people for don’t use the icon.

add to config.lua

Config.ShowVoice = false or true // false will disable it

add to cl_script.lua

if Config.ShowVoice == false then
SendNUIMessage({action = ā€œdisable_voiceā€})
end

add to script.js

if (data.action == ā€œdisable_voiceā€) {
$("#VoiceIndicator").hide();
}

Puoi perfavore fixare le icone del microfono , appena cambio distanza nell’hud rimane sempre lo stesso

how to fix the stress status?

Hey mate, how were you able to add / alter / change the icons? I dont like the stress icon as a brain, and i want to change it to a heartbeat monitor line instead. Also I really like some of the extra icons you added. Thanks for any advice.

you need a stress system

You need to change the html\style.css
exemple adding a new icon (here you remove the ā€œfasā€ at the beginning):
image

Then reference it in the html\ui.html
image

When i load, it only shows what is under 75% (depending on the indicator) so unless there is a problem or food water other fall bellow 75% i dont show it on screen… otherwise now it looks like this, with nitro, added… (missing fuel and belt… will do it today

Usually its pretty clean… also dont like the round minimap… using the squared classic
image

2 Likes

you need stress system to fix the stress status

Released a new version with a new player id indicator and new icons style.

I want to tell you an issue. The HP will not decrease when the eating bar is empty. Even PED can’t be moved

When alt tabbing and coming back Fivem freezes when using this hud for some reason. Does anyone else have this issue? I’m using Fullscreen Exclusive

I didn’t liked the fact that you lost health when your hunger or thirst was low, so I made it harder for the player to move and forced it to stay in a stealth mode. It’s not an issue :joy:

Currently getting this error in my live console any fixes ?

pma voice says there is no export for chaning Voicelevel

what do u have to update thanks

can anyone explain why all the circles are at 0? they all have no color in them and don’t
change when i take damage or get hungry

Hello guys!
As required I’ve added a stress system to the hud and pushed it to github!

1 Like