Marmota
1
Hey I made a hud for vRP, it’s simple but I think it’s better than my last one!
Downloads:
> vRP(vRPex): GitHub - jaimeadf/vrp_betterhud: Hud for fivem (vRP and vRPex)
> Old vRP(Dunko vRP): GitHub - jaimeadf/vrp_betterhud at 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: Discord
Screenshots:
20 Likes
alehaNN
3
How actived this? cuz i have the default one…
ZenZoop
4
This is fantastic !!! Love the new design.
Imagic
5
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
Skyzo27
6
hello I have a problem with the file. here is the error in the console I try both versions
cordially
ZenZoop
7
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?
ZenZoop
9
I don’t think that’s going to happen.
Look on forums, plenty of custom huds for esx
Knowie
10
Can you delete the gray around the map? and send it to me? it would be so great.
ZenZoop
12
That is a border around the minimap and in the index.html you can probably reduce it.
gEE
13
Is this responsive for resolutions? Haven’t looked up the code (yet).
Knowie
14
To reduce the border around the minimap what do I then need to change in the Index.html?
Alex.A
16
that’s the one solid 1vw, right after border radius
ZenZoop
17
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
zee
19
There’s plenty of ESX UIs out there.
Marmota
20
Send me a pm on my discord!
2 Likes
josh3
21
ok i got it installed but for some reason i cant get to sync with the game health and armor stays full any idea
ZenZoop
22
If the newer version does not work then use the older version. Normally that will fix it.