[Release] [vRP] Hud for FiveM

Hey I made a hud for vRP, it’s simple but I think it’s better than my last one!

Downloads:
> vRP(vRPex): https://github.com/jaimeadf/vrp_betterhud
> Old vRP(Dunko vRP): https://github.com/jaimeadf/vrp_betterhud/tree/old-vrp

Note: If you don’t know what version you are using of vRP, download both and test! If both doesn’t work report to my discord!

My discord: https://discord.gg/zr34r6P

Screenshots:

Screenshot_200

20 Likes

How actived this? cuz i have the default one…

This is fantastic !!! Love the new design.:+1:

Nice to see a design resource for vRP that is not modifying core files. Be careful with frequent usage of Tunnel calls, at maximum this probably does:

  • 10 calls/sec for one player
  • so 320 calls/sec for 32 players
  • so 640 network messages/sec just for display purpose

Probably a lot of overhead when only a frequency of 1-5 seconds should be enough.

In vRP 2 the overhead problem would be solved by using events to update client display.

2 Likes

hello I have a problem with the file. here is the error in the console I try both versions
cordially

So what do you suggest to lower the overhead Imagic? Changes made to the client.lua?

Citizen.Wait(100)
TriggerServerEvent(“getBasics”)
SendNUIMessage({
show = IsPauseMenuActive(),
armor = GetPedArmour(GetPlayerPed(-1)),
life = (GetEntityHealth(GetPlayerPed(-1))-100),
thirst = thirst,
hunger = hunger

Citizen.Wait(5000) >>>>> be more appropriate to cut overhead?

can you create this for ESX pls?

I don’t think that’s going to happen.
Look on forums, plenty of custom huds for esx

Can you delete the gray around the map? and send it to me? it would be so great.

That is a border around the minimap and in the index.html you can probably reduce it.

Is this responsive for resolutions? Haven’t looked up the code (yet).

To reduce the border around the minimap what do I then need to change in the Index.html?

This is very neat!

that’s the one solid 1vw, right after border radius

Totally responsive as far as I have tested it. I used 3 resolutions (1920X1080, the 2560X1440 and 4k) and they all worked great.

Can you convert this to an ESX release please?

2 Likes

There’s plenty of ESX UIs out there.

Send me a pm on my discord!

2 Likes

ok i got it installed but for some reason i cant get to sync with the game health and armor stays full any idea

If the newer version does not work then use the older version. Normally that will fix it.