[RELEASE] [PAID] Speedometer HUD by KlandesTino

Download & Payment

NXT Studio | Speedometer 2.0 Standalone (tebex.io) for $14

Features

  • Compatibility
    Fully functional and compatible with vRPex / vRP / ESX / QBCore and Others
  • MP/H or KM/H Display
    You can choose which unit of measurement is best for you
  • Fuel Display
    Displays the amount of gasoline in the vehicle
  • Current Gear
    Gear indicator on vehicle
  • Nitrous
    Just trigger the TriggerEvent('sendNosVehicle', 100) event sending the amount of nitro to display on the HUD. The speedometer only displays the amount of NOS available, it does not manipulate or push the vehicle.

Configuration

Just start the script in your server, add in server.cfg
start speedometer

Support

We did everything to make sure that the speedometer is working properly. In case of any bug we will be available to correct and assist you in the configuration and installation.

Files encrypted by escrow

Media

Code is accessible No, but have customization files (FiveM Escrow System)
Subscription-based No
Lines (approximately) 600
Requirements is Standalone
Support Yes

OTHERS RESOURCES
[vRP/ESX] Vehicle Shop (Dealership) HUD 2.0 [Paid Resource] - FiveM Resource Development & Modding / Releases - Cfx.re Community

[QBCore] Dispatch - Multiple Jobs | OneSync and Infinity [PAID] - FiveM Resource Development & Modding / Releases - Cfx.re Community

[RELEASE] [PAID] HUD Configurable - FiveM Resource Development & Modding / Releases - Cfx.re Community

6 Likes

Awesome

1 Like

Looks Dope :sunglasses:

1 Like

Thank you

Please include the paid releases template which is mentioned in the releases rules.

1 Like

If you can add seat belts and cruise control, it will be more perfect

2 Likes

I am planning

Does this work with FRFuel?

works with any script

how do I tie this in with frfuel?

Edit: It’s tied in with frfuel, but why does it only show up to 65% when the vehicle is full?

Send me a message on dis cord so I can help you.

is there a command to hide the UI ?

This is what i made for myself , you can use this
Add this in client->cuztomizable.lua

After adding this you can either type /speedo or press F10 to show/hide the speedometer
You can change the F10 key to whatever you want , just change in the code below in the RegisterKeyMapping function

RegisterCommand("speedo", function(_, args)	
	ToggleDisplay()
end, false)

RegisterKeyMapping('speedo', 'Enable or disable speedometer', 'keyboard', 'f10')

function ToggleDisplay()
	if isHudHidden then
		isHudHidden = false		
	else
		SendNUIMessage({HideHud = true})
		isHudHidden = true
	end
end

this version is nice will it be getting ABS/HBK notification too?

This version only what is on the screen appears

Hello, can you do an update, the speedo displays are not moving smoothly @KlandesTino