[RELEASE] Enhanced HUD

You have to change math formula


i have problem when i restart menu

same problem :confused:

1 Like

You need start this resource: https://github.com/Naikzer/HUD-GTAVRP/tree/master/target

i did, but keep returning error

Hunger/Thirst HUD ??

i have start target before start menu but . ingame not show when i spam E with vehicle , NPC , any more

Guys, for the 100th time…

The targeting is not yet compatible with ESX,VRP. It has different type of coords/targeting whatever you wanna call it.

So for now, just TRACK this Release. and wait for it to be completely done… It’s still under development.

No need for you guys to rush the Creator. Give that man some time, good work never came fast.

4 Likes

Will release inventory and Messaging service?

Hello, inventory, messaging links are not working, I also wanted to ask how I can preserve the outfit I made:) I’m going to the terminal and I’m trying both to click it (oui and non) and nothing happens:)

People need to start the target file before any other resource. It “EXPORTS” a function meaning that it will use that function for later use in the scripts. So it will need to be started before any other resource.

1 Like

km/h to mp/h

find and change in client.lua

	-- Speed
	carSpeed = math.ceil(GetEntitySpeed(PedCar) * 2.237)
3 Likes

I’d like to help but AdvancedFuel seems to be abandoned and i cant find any documentation…

Switch to for example LegacyFuel, then you can use this:

client.lua

				fuel = exports["LegacyFuel"]:GetFuel(PedCar)
				rpm = GetVehicleCurrentRpm(PedCar)
				--rpmfuel = 0

				--[[if rpm > 0.9 then
					rpmfuel = fuel - rpm / 0.8
					Citizen.Wait(1000)
				elseif rpm > 0.8 then
					rpmfuel = fuel - rpm / 1.1
					Citizen.Wait(1500)
				elseif rpm > 0.7 then
					rpmfuel = fuel - rpm / 2.2
					Citizen.Wait(2000)
				elseif rpm > 0.6 then
					rpmfuel = fuel - rpm / 4.1
					Citizen.Wait(3000)
				elseif rpm > 0.5 then
					rpmfuel = fuel - rpm / 5.7
					Citizen.Wait(4000)
				elseif rpm > 0.4 then
					rpmfuel = fuel - rpm / 6.4
					Citizen.Wait(5000)
				elseif rpm > 0.3 then
					rpmfuel = fuel - rpm / 6.9
					Citizen.Wait(6000)
				elseif rpm > 0.2 then
					rpmfuel = fuel - rpm / 7.3
					Citizen.Wait(8000)
				else
					rpmfuel = fuel - rpm / 7.5
					Citizen.Wait(15000)
				end

				carFuel = SetVehicleFuelLevel(PedCar, rpmfuel)]]
4 Likes

I have different and very strange problem.
Lights indicator are sometimes working and sometimes not, lol.

Also, i strongly recommend increasing wait time, it improves performance drastically.
You can definitelly use Citizen.Wait(1000) in Fuel Thread and Citizen.Wait(50) in first Thread

1 Like

That still doesnt work bro

This is incredible! But, I can’t confirm my appearance, can you help me?

1 Like

Read the older comments pls.

1 Like

I’ve read everything, but I still have my problem.

1 Like

Same here

why my skincreator can’t not save

1 Like