Skip to content

Containers

Add this code in the /modules/items/containers.lua in ox_inventory

    setContainerProperties('fishing_basket', {
        slots = 25,
        maxWeight = 35000,
        whitelist = { 'fish' }
    })