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