[Release] CarHud and HeliHUD Modified and Better Looking (V.1.9)(New Update)

what is the id from the cruise control that you have in toasty script?
i will try it out xD

nevermind it randomly started working lol

1 Like

Ahm really? well good then, but if stops working just let me know, it could be something in the code messing with that

ok :slight_smile: will let you know

1 Like

@David_Carneiro Ty sir i’ll give it a shot!

1 Like

@SWood
Np sir, if it keeps having the same issue just tell me xD

1 Like

New update comming soon(V,1.2)

Rpm and Gear status
carhud(rmp%26gear)

1 Like

Hi @David_Carneiro I tried it and it’s still doing the same thing on my end.

1 Like

All works great! However the cruise control doesn’t seem to work even when it changes to green.

1 Like

You’re using it on mhp or kmh?

Hey sir, thanks for using this!
And what do you mean exacally?

I’ll show you a video.

1 Like

sure sir xD
get your time xd

@David_Carneiro mph.

1 Like

Oh maybe is because of that, i added some speeds just for “control” and check if the car was moving go to these lines

			if HUD.Cruise then
				if cruisecolor == false then
					drawTxt(UI.x + 0.514, UI.y + 1.245, 1.0,1.0,0.45, "CRUISE", 255, 0, 0,200) -- Red 
				else
					drawTxt(UI.x + 0.514, UI.y + 1.245, 1.0,1.0,0.45, "CRUISE", 0, 255, 0,200) -- Green
				end
				if IsControlJustReleased(0, cruisekey) and (Speed > 11) then -- F9
					cruisecolor = true
				elseif IsControlJustPressed( 0, 8) then -- S
					cruisecolor = false
				--elseif IsControlJustPressed( 0, 22) then -- SpaceBar
					--cruisecolor = false
				elseif (Speed > 0.0) and (Speed < 10) then -- Speed between 0 and 10 stays red
					cruisecolor = false

and change the (Speed > 11 ) and (Speed < 10 ) to higher values

A little teaser of what is comming

sneakpeak2

Do you guys like it?

2 Likes

Yeah,

Here is the video of my issue - https://www.youtube.com/watch?v=WPktdzyqq_g

1 Like

Nice xD

So let me see if i got it, the cruise control keeps turning off?

Or your problem is that the cruise control doens’t work even with the green text? well that is the part of the cruise control, you have to go to a certain speed click the key and let the car go alone it will drive alone you only need to turn

I go a certain speed press F9 it goes green and then the vehicle slows down.

1 Like

Wich script are you using for cruise control? Toasty cruise control?

And toasty cruise control works that way, you go to a certain speed and press the default key or the one you changed it to be, and just let the car go, but if you hit or turn too hard he Will loose speed automatically