mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 09:48:52 +00:00
Updated native name
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user