Updated native name

This commit is contained in:
ElPumpo
2019-03-15 12:30:05 +01:00
parent f36be997c6
commit f8039eff14
+1 -1
View File
@@ -247,7 +247,7 @@ Citizen.CreateThread(function()
end
if Config.EnableControls then
if IsControlJustReleased(0, Keys['K']) and GetLastInputMethod(2) and not isDead then
if IsControlJustReleased(0, Keys['K']) and IsInputDisabled(0) and not isDead then
OpenAccessoryMenu()
end
end