esx-framework / esx_hud

Modern, clean HUD for ESX
11 stars 36 forks source link

Cruise Control remove? #16

Closed lush0n3 closed 1 year ago

lush0n3 commented 1 year ago

Did they remove cruise control in the last update?

There is only this code, any way to redeploy?

local cruiseControlStatus = false

local function SetCruiseControlState(state)
    cruiseControlStatus = state
end

exports('CruiseControlState', function(...)
    SetCruiseControlState(...)
end)
Rav3n95 commented 1 year ago

Yes, use esx_cruisecontrol.