Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
- Added Space as a key which stops Crusier
  • Loading branch information
czsquizer authored Jul 16, 2020
1 parent 241191e commit 2ecf062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit 2ecf062

Please sign in to comment.