How to remove Food Water Drunk status bars under mini map?

please help me , i use dunko framework V6.7 . and i try to know what the script but i failed ! Screenshot_2fada

1 Like

and btw guys i want to remove money and bank hudi help me to figure out whats the script name):
image

here

you’re a legend !!

NOTE: back up your files before changing anything

Found something! For the thirst/hunger and street name position (correctly, not into the minimap) edit the following:

CustomScripts\gameui-client.lua

Look at lines 34&39, replace them with:

drawTxt(0.515, 0.00, 1.0,1.0,0.4, "~w~[~y~" .. tostring(GetStreetNameFromHashKey(var2)) .. "~w~]", 255, 255, 255, 255)
drawTxt(0.515, 0.00, 1.0,1.0,0.4, direction .. "~b~ | ~y~" .. tostring(GetStreetNameFromHashKey(var1)) .. " ~w~/ ~y~" .. zones[GetNameOfZone(pos.x, pos.y, pos.z)], 255, 255, 255, 255)

Then go to:

vrp\gui\ProgressBar.js

Look at lines 63&64, replace them with:

this.div.style.right = (document.body.offsetWidth-this.div.offsetWidth-0)+"px";
this.div.style.top = (document.body.offsetHeight-0-anchor_index*0)+"px";
2 Likes

man u are greatttt

You wanted to remove the hunger hud, in my case, would you like to add another base (vrp) as I do?