In case you can't shoot while progress bar is activated, go to following and replace with this:
if plyState.turfByPass == true then goto skipCheck end
if usingItem or invBusy == true or IsPedCuffed(playerPed) then
DisablePlayerFiring(playerId, true)
end
::skipCheck::