BT-Inventory

A slot based "all round" inventory that simplifies inventory usage

Installation

Step 1 - Install dependencies

For QB

If you want to integrate it with qb-ambulancejob then please add this to your qb-ambulancejob (client/main.lua)

local function GetBodyParts()
    return BodyParts
end

exports('GetBodyParts', GetBodyParts)

Last updated