Cleanup, improved chat suggestions

This commit is contained in:
ElPumpo
2018-04-19 18:02:14 +02:00
parent 853a00bf8e
commit 21ee72ce9f
2 changed files with 228 additions and 244 deletions
+3 -3
View File
@@ -86,9 +86,9 @@ end)
Citizen.CreateThread(function()
while true do
if guiEnabled then
DisableControlAction(0, 1, guiEnabled) -- LookLeftRight
DisableControlAction(0, 2, guiEnabled) -- LookUpDown
DisableControlAction(0, 106, guiEnabled) -- VehicleMouseControlOverride
DisableControlAction(0, 1, true) -- LookLeftRight
DisableControlAction(0, 2, true) -- LookUpDown
DisableControlAction(0, 106, true) -- VehicleMouseControlOverride
DisableControlAction(0, 142, true) -- MeleeAttackAlternate
DisableControlAction(0, 30, true) -- MoveLeftRight
DisableControlAction(0, 31, true) -- MoveUpDown