Increasing stash sizes for jobs

Hello! is there a way to increase the capacity of the mechanics storage stash in qb-mechanicjob? im trying to fill the stash ready for server release but its currently on 9.5k out of 1k capacity and i cany put anything in or get anything out because of it

look for inventory:server:OpenInventory and just give it params.
Heres an example from another script:

TriggerServerEvent("inventory:server:OpenInventory", "stash", "burgertray1", {
        maxweight = 500000,
        slots = 12,
    })

found it! thank you so much for helping :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.