Skip to main content

ox-inventory Installation

data/weapons.lua

Add the following code snippet to the weapons file:

ox_inventory/data/weapons.lua:705
['WEAPON_TEARGAS'] = {
    label = 'Tear Gas',
    weight = 600,
    throwable = true,
},
-- Lines below
['WEAPON_SMOK2GRENADE'] = {
    label = 'Smokegrenade',
    weight = 600,
    throwable = true,
},