You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the cruise control and stopping the engine while using the cruise control, the cruise control stays enabled and the vehicle is still with no RPM or anything
To Reproduce
Steps to reproduce the behavior:
Spawn a car
Drive it
Enable Cruise control (standard bind is 'Y', or '/togglecruise')
Cut down the engine (/engine or scroll wheel up/down
Expected behavior
Cruise control should be disabled when the engine stops, in my opinion
Screenshots
Questions (please complete the following information):
When you last updated: Recently
Are you using custom resource? which ones? A lot, but nothing bothering this or the other systems.
Have you renamed qb- to something custom? no
Additional context
The text was updated successfully, but these errors were encountered:
if not isTurningOrHandbraking and GetEntitySpeed(veh) < speed - 1.5 then
speed = 0
TriggerEvent('seatbelt:client:ToggleCruise', false)
QBCore.Functions.Notify(Lang:t('cruise.deactivated'), 'error')
Describe the bug
When using the cruise control and stopping the engine while using the cruise control, the cruise control stays enabled and the vehicle is still with no RPM or anything
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Cruise control should be disabled when the engine stops, in my opinion
Screenshots
Questions (please complete the following information):
qb-
to something custom? noAdditional context
The text was updated successfully, but these errors were encountered: