diff --git a/client/main.lua b/client/main.lua index 240d2c2..ab81f4b 100644 --- a/client/main.lua +++ b/client/main.lua @@ -76,7 +76,7 @@ Citizen.CreateThread(function() ESX.ShowNotification(_U('not_driver')) end end - if IsControlPressed(1, 32) or IsControlPressed(1, 33) then + if IsControlPressed(1, 32) or IsControlPressed(1, 33) or IsControlPressed(1, 55) then if forwardspeed then forwardspeed = false ESX.ShowNotification(_U('forw_crusier_odd'))