|
|
@ -1055,7 +1055,7 @@ function doCruise() |
|
|
|
while true do |
|
|
|
while true do |
|
|
|
wait(0) |
|
|
|
wait(0) |
|
|
|
if inifiles.Settings.Cruise and script_run then |
|
|
|
if inifiles.Settings.Cruise and script_run then |
|
|
|
additional_key_stop = { "VK_W", "VK_S", "VK_SPACE" } |
|
|
|
additional_key_stop = { "VK_W", "VK_S" } |
|
|
|
if not isCharInAnyCar(playerPed) or not isCarEngineOn(storeCarCharIsInNoSave(playerPed)) then |
|
|
|
if not isCharInAnyCar(playerPed) or not isCarEngineOn(storeCarCharIsInNoSave(playerPed)) then |
|
|
|
if cruise then |
|
|
|
if cruise then |
|
|
|
cruise = false |
|
|
|
cruise = false |
|
|
|