diff --git a/client/main.lua b/client/main.lua index 5e62a07c..39e5cc83 100644 --- a/client/main.lua +++ b/client/main.lua @@ -36,7 +36,7 @@ end) function TriggerCruiseControl () if CruisedSpeed == 0 and IsDriving() then - if GetVehiculeSpeed() > 0 then + if GetVehiculeSpeed() > 0 and GetVehicleCurrentGear(GetVehicle()) > 0 then CruisedSpeed = GetVehiculeSpeed() CruisedSpeedKm = TransformToKm(CruisedSpeed)