diff --git a/client.lua b/client.lua index 8a5bd63540..8237c26dc4 100644 --- a/client.lua +++ b/client.lua @@ -1442,7 +1442,7 @@ RegisterNetEvent('ox_inventory:setPlayerInventory', function(currentDrops, inven DisableControlAction(0, 80, true) DisableControlAction(0, 140, true) - if currentWeapon.metadata.durability <= 0 then + if currentWeapon.metadata.durability <= 0 or not currentWeapon.timer then DisablePlayerFiring(playerId, true) elseif client.aimedfiring and not currentWeapon.melee and currentWeapon.group ~= `GROUP_PETROLCAN` and not IsPlayerFreeAiming(playerId) then DisablePlayerFiring(playerId, true)