Handcuff: also disable phone, inventory and animations

This commit is contained in:
ElPumpo
2018-05-22 19:43:51 +02:00
parent 9363bdce14
commit b64cc56939
+3
View File
@@ -1470,6 +1470,9 @@ Citizen.CreateThread(function()
DisableControlAction(2, Keys['Q'], true) -- Cover
DisableControlAction(2, Keys['TAB'], true) -- Select Weapon
DisableControlAction(2, Keys['F'], true) -- Also 'enter'?
DisableControlAction(2, Keys['F1'], true) -- Disable phone
DisableControlAction(2, Keys['F2'], true) -- Inventory
DisableControlAction(2, Keys['F3'], true) -- Animations
else
Citizen.Wait(1000)
end