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_FLASHBANG'] = {
label = 'Flashbang',
weight = 600,
throwable = true,
},
caution
Remember to restart your server after making these changes for them to take effect.