remove disabling cruise control on Space

test-utf-8
lionur 2 years ago
parent 00794ff84d
commit 53ee6c36c9
  1. 2
      TruckHUD.lua

@ -1055,7 +1055,7 @@ function doCruise()
while true do
wait(0)
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 cruise then
cruise = false

Loading…
Cancel
Save