[Discontinued] Advanced Car Hud System (9/14/2017) v2

In game Photo

Base

Version 2

b4579ed505afe66002d74a0d44472b1c

f3e8056c2da26801aaf39fefd96513cb


What is new?

  • Easy to edit
  • Now you can move whole UI
  • Damage system fix
  • Choose between kmp or mph from script

Config preview
local HUD = {
	
	Speed 			= 'mph', -- kmh or mph

	DamageSystem 	= false, 

	SpeedIndicator 	= true,

	ParkIndicator 	= false,

	Top 			= true, -- ALL TOP PANAL ( oil, dsc, plate, fluid, ac )

	Plate 			= true, -- only if Top is false and you want to keep Plate Number

}

-- move all ui
local UI = { 

	x =  0.000 ,	-- Base Screen Coords 	+ 	 x
	y = -0.001 ,	-- Base Screen Coords 	+ 	-y

}

Download

v2

v1


Credits: Thank you @Kanersps for Basic UI, was a good example for me.

19 Likes

Saw your post on Discord, looks great! Can’t wait to give it a try :wink:

Thank you, I appreciate it :relaxed:

1 Like

Workings amazing. Can you do MPH one as well.

Yes, wait
EDIT: Done.

1 Like

WOW! This looks great! Nice work @FoxXXL!

1 Like

Looks interesting. I’m downloading the MPH version and will try it now.

1 Like

i love it :wink: great job works pretty well too i like how the speedo is not too oversized

Loving it! Nice addon would be to display the streetname as well.

Great Jobs again :wink:

1 Like

Great work, just wondering would it be possible to hide the hud when the minimap is large/hidden?

You could use BOOL _IS_MINIMAP_AREA_REVEALED(float x, float y, float radius) to check if the minimap is extended (as the extended minimap shows more of the area).

1 Like

I tried uninstalling it but it still appears, I removed it from my resources, cleared cache, but its still there.

Edit: my bad I added it to a different resource and forgot about it

make sure to fully delete the cache and to disable it in the auto start and it should turn off

Is there anyway to turn the damage up ie the car gets damaged quicker

what is SET_PLAYER_VEHICLE_DAMAGE_MODIFIER doing? I think this could be the function u are searching for… But I’m really not sure :smiley:

Complete off-topic but ehm… any chance you could explain to me how to make a script which will trigger an event to enable the braking lights on a vehicle automatically whenever they’re not moving with the engine running? and another script on how to leave the engine running unless turned off?

Thanks so much =)

If you could also incorporate thers fuel mod that would be awesome. So we could see fuel levels

3 Likes

It is possible to let only the km/h Please?

yes just remove the others functions :slight_smile: