Ox Inventory

  • In case you can't shoot while progress bar is activated, go to following line in inventory 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::

Last updated