Fixes(maybe

This commit is contained in:
Mycroft
2021-04-05 22:10:22 +01:00
parent a74f91e7f9
commit c48b75d928
3 changed files with 10 additions and 27 deletions
+1 -3
View File
@@ -65,7 +65,7 @@ if not Config.UseDeferrals then
Citizen.CreateThread(function()
while true do
Citizen.Wait(0)
Citizen.Wait(5)
if guiEnabled then
DisableControlAction(0, 1, true) -- LookLeftRight
@@ -87,8 +87,6 @@ if not Config.UseDeferrals then
DisableControlAction(0, 143, true) -- disable melee
DisableControlAction(0, 75, true) -- disable exit vehicle
DisableControlAction(27, 75, true) -- disable exit vehicle
else
Citizen.Wait(500)
end
end
end)