Updated native name

This commit is contained in:
ElPumpo
2019-03-04 21:58:09 +01:00
parent 684275ec2e
commit 6b8e66f50d
+2 -2
View File
@@ -112,11 +112,11 @@ Citizen.CreateThread(function()
while true do
Citizen.Wait(0)
if IsControlJustReleased(0, Keys['F3']) and GetLastInputMethod(2) and not isDead then
if IsControlJustReleased(0, Keys['F3']) and IsInputDisabled(0) and not isDead then
OpenAnimationsMenu()
end
if IsControlJustReleased(0, Keys['X']) and GetLastInputMethod(2) and not isDead then
if IsControlJustReleased(0, Keys['X']) and IsInputDisabled(0) and not isDead then
ClearPedTasks(PlayerPedId())
end