Cuffed people can no longer leave vehicle

This commit is contained in:
ElPumpo
2018-03-07 19:12:46 +01:00
parent de40345cb6
commit 89c04752b8
+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)