mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
fix(client/radial): disable pause menu while open
This commit is contained in:
@@ -322,6 +322,8 @@ lib.addKeybind({
|
|||||||
DisablePlayerFiring(cache.playerId, true)
|
DisablePlayerFiring(cache.playerId, true)
|
||||||
DisableControlAction(0, 1, true)
|
DisableControlAction(0, 1, true)
|
||||||
DisableControlAction(0, 2, true)
|
DisableControlAction(0, 2, true)
|
||||||
|
DisableControlAction(2, 199, true)
|
||||||
|
DisableControlAction(2, 200, true)
|
||||||
Wait(0)
|
Wait(0)
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|||||||
Reference in New Issue
Block a user