fix(interface/radial): don't allow weapon melee while open

resolves #447
This commit is contained in:
Luke
2023-11-11 12:05:17 +01:00
parent 8c5afec4f7
commit b6890e3b56

View File

@@ -324,6 +324,7 @@ lib.addKeybind({
DisablePlayerFiring(cache.playerId, true)
DisableControlAction(0, 1, true)
DisableControlAction(0, 2, true)
DisableControlAction(0, 142, true)
DisableControlAction(2, 199, true)
DisableControlAction(2, 200, true)
Wait(0)