[Release] [vRP] Hud of thirst, hunger, health and armor

Which version of VRP are you using?

im using dunkos version I got all the stuff to show up, just the health and armor bar are still on the minimap like it is on the regular game, all the added stuff works just fine but wanted the minimap to just be a minimap

if that makes any sense

yea I know what you are referring to.Take a look at this forum thread
bilimassacre

Mar 10

function vRP.getHealth(user_id)

return data.health
end

function vRP.varyHealth(user_id)

local health = GetEntityHealth(ped)
local ped = GetPlayerPed(-1)
vRPclient.setProgressBarValue(source,“vRP:health”,data.health)
vRPclient.setProgressBarText(source,“vRP:health”,"")
end

vRPclient._setProgressBar(source,“vRP:health”,“minimap”,vtxt,255,0,0,0)

Editing original, the health and armor are part of mini map. here’s a link from Mooshe

How can i add text in the bars ?

Doesn’t seem to work with the newer vRP release, get mass proxy errors, seems the calls need to be updated but I haven’t yet been able to find what they should be.

Hi SerMighty , Do you find a fix ? :slight_smile:

Hi,

We ended up moving away from vRP, sorry.

Can i somehow remove the thirst and hunger?