[Release] TGIANN Car Hud (Standalone)

Fivem tgiann-carhud script

Screenshot_1

Credit

Requirements

Video: https://streamable.com/2s8q6y

Download: https://github.com/TGIANN/tgiann-carhud

9 Likes

Good work!

How can I do that that’s on the right side instead of on the left?

Looks great, but if TGIANN.seatbeltDisableExit = true you cannot exit the vehicle even if the seatbelt is not on.

EDIT: fixed it-> replace line 227 with

if TGIANN.seatbeltDisableExit and seatbeltIsOn then

1 Like

oh wow why dont u sell that one too?
Just like your gcphone edit :man_facepalming:

2 Likes

Nice work!

Hmmm the compass its not showing the correct orientation. When I’m looking at North it’s showing NW.

really sick this is work also on legacyfuel??

1 Like

Yes it works

1 Like

Please check your messages.

I’m getting ejected from planes when I’m trying to land the plane. The only plane that I’m using is dodo (the plane that can land on water)

I modified line 200 and added

if GetPedInVehicleSeat(vehicle, -1) == PlayerPed and GetIsVehicleEngineRunning(vehicle) and not vehicleClass == 16 then

But now I don’t get ejected if i’m any vehicle(plane or car, bike…).
Tried

not vehicleClass ~= 16

but it doesnt work, i get ejected from any car and plane.

Can anyone help me? I want to get ejected from cars but not from planes.

chance 241

change 241
if GetPedInVehicleSeat(vehicle, -1) == PlayerPed and GetIsVehicleEngineRunning(vehicle) and vehicleClass ~= 16 then

change 274
if GetPedInVehicleSeat(vehicle, -1) == PlayerPed and GetIsVehicleEngineRunning(vehicle) and vehicleClass ~= 16 then

Are we able to change “KM” to “MPH” ?

you can change it from config file

Thank you for the response :slight_smile:

is there a way to hide the compass & street name when doing a screenshot? thank you in advance

This compatible with Legacy Fuel?

yes as tested

Compass orientation is not right

sometimes when car got destroyed the hud not showing up… or not turning on the engine…