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):
Then reference it in the html\ui.html
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
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
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!