Merge pull request #40 from ElPumpo/master

Improved cuffs
This commit is contained in:
Don
2018-03-07 22:11:06 -08:00
committed by GitHub
+3
View File
@@ -1788,6 +1788,9 @@ Citizen.CreateThread(function()
DisableControlAction(0, 142, true) -- MeleeAttackAlternate
DisableControlAction(0, 30, true) -- MoveLeftRight
DisableControlAction(0, 31, true) -- MoveUpDown
DisableControlAction(0, 24, true) -- Shoot
DisableControlAction(0, 92, true) -- Shoot in car
DisableControlAction(0, 75, true) -- Leave Vehicle
end
end
end)