OX Inventory Weapons

Add Weapons

circle-info

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

circle-info

ox_inventory/data/weapons.lua

Paste Ammo Directly into the Ammo at the bottom of the file.

Last updated