diff --git a/easy-cruise.lua b/easy-cruise.lua index 7468326..6023d6b 100644 --- a/easy-cruise.lua +++ b/easy-cruise.lua @@ -24,6 +24,7 @@ function main() end function doCruise() + if not config.data.status then return end local car = storeCarCharIsInNoSave(playerPed) if not isCharInAnyCar(playerPed) or not isCarEngineOn(car) then if cruise then