Inventory Setup

Add to items.lua

Weapons do not get added to items.lua for ox_inventory


Add to weapons.lua

['WEAPON_FLAMETHROWER'] = {
    label = 'Flamethrower',
    weight = 10000,
    durability = 1.0,
},

Last updated