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_NEWSPAPER'] = {
    label = 'Newspaper',
    weight = 600,
    throwable = true,
},

Remember to restart your server after making these changes for them to take effect.