OX Inventory Weapons
Add Weapons
Note
ox_inventory/data/weapons.lua
Paste Weapons Directly into the Weapons table in this file.
['WEAPON_HUNTINGRIFLE'] = {
label = 'Hunting Rifle',
weight = 5000,
durability = 0.5,
ammoname = 'gg_hunting_rifleammo'
},
['WEAPON_CROSSBOW'] = {
label = 'Hunting Crossbow',
weight = 5000,
durability = 0.5,
ammoname = 'gg_hunting_arrowammo'
},
Add Ammo
Note
ox_inventory/data/weapons.lua
Paste Ammo Directly into the Ammo at the bottom of the file.
['gg_hunting_arrowammo'] = {
label = 'Arrow Ammo',
weight = 20,
},
['gg_hunting_rifleammo'] = {
label = 'Hunting Rifle Ammo',
weight = 20,
},
Ask in the Discord with your script name, framework, and the exact error.

