[RELEASE] Enhanced HUD

i pm you

in my build, is not possible to get mom dad percent works, if you are female take female face but if you are male take male face, its not possible actually to save mom dad face percent.

3 Likes

well, in fact i’m not sur if there is lot of scripts to change, because most of script that use skin changer only affect the clothes, if i’m not wrong, you would have to change 3 or 4 scripts.

I may go for this solution too. But I will try first to make an extention over the skinchanger.

No, it works very well for me.

Really nice work! Would be nice if you could release it :+1:

please share

NOTICE

Please for the love of god stop asking Fidel_Martin and hoegarden31 to share their resources!!!

Fidel already said AND I QUOTE:

That means you impatient fucks should wait at least, you guessed it, 3-4 DAYS

Thank you…

3 Likes

What is your problem, i will see ì i can help

can someone please convert to vrp?

i use to travel from the casino to sandy pd station with 60 fuel and used maybe 10 liters but now with the hud activated i run through the full 60

where is the tutorial?

Literally just quote out the whole fuel part of the client.lua, like so:

-- Consume fuel factor
Citizen.CreateThread(function()
	while true do
		local Ped = GetPlayerPed(-1)
		if(IsPedInAnyVehicle(Ped)) then
			local PedCar = GetVehiclePedIsIn(Ped, false)
			if PedCar and GetPedInVehicleSeat(PedCar, -1) == Ped then
				carSpeed = math.ceil(GetEntitySpeed(PedCar) * 3.6)
				fuel = GetVehicleFuelLevel(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)]]

				SendNUIMessage({
			showfuel = true,
					fuel = fuel
				})
			end
		end

		Citizen.Wait(1)
	end
end)

Someone else in this topic already mentioned it but people don’t use CTRL+F on this site…

1 Like

i dont understand exactly what you want to say this for this line. Where write ? i change fivem-map but not accept always different location spawn how ı can change it ?

That was an example. I don’t know what map you use… But this is a line you can find in map.lua
In the basic fivem there are 3 maps…

when i was use to jsfour-registed ( pasaport identy) it wasn’t work also esx_identy worked well. how can i use jsfour-registed ?

did you got it to work yet?

You can get very good things by modifying this hud, thanks. :smile:

4 Likes

Epicarrrrrrrrdo foerrrrrrrrrte

nice one @francodamian