Check IsControlJustReleased() every frame

This commit is contained in:
ElPumpo
2018-12-30 21:55:11 +01:00
parent bc233a1441
commit 60c4f52c6b
+2 -2
View File
@@ -245,7 +245,7 @@ end)
Citizen.CreateThread(function()
while true do
Citizen.Wait(10)
Citizen.Wait(0)
if GUI.PhoneIsShowed then -- codes here: https://pastebin.com/guYd0ht4
DisableControlAction(0, 1, true) -- LookLeftRight
@@ -290,7 +290,7 @@ end)
-- Key controls
Citizen.CreateThread(function()
while true do
Citizen.Wait(10)
Citizen.Wait(0)
if CurrentAction ~= nil then
ESX.ShowHelpNotification(CurrentActionMsg)