From b64cc569399d0b53e46ad64def2f160bc4acd3df Mon Sep 17 00:00:00 2001 From: ElPumpo Date: Tue, 22 May 2018 19:43:51 +0200 Subject: [PATCH] Handcuff: also disable phone, inventory and animations --- client/main.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/main.lua b/client/main.lua index 646df5d7..dfb12352 100644 --- a/client/main.lua +++ b/client/main.lua @@ -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