GG Studio Logo

Login With FiveM

Login

OX Inventory Weapons

Add Weapons

Note

ox_inventory/data/weapons.lua

Paste Weapons Directly into the Weapons table in this file.

lua
	['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.

lua
	['gg_hunting_arrowammo'] = {
		label = 'Arrow Ammo',
		weight = 20,
	},
	
	['gg_hunting_rifleammo'] = {
		label = 'Hunting Rifle Ammo',
		weight = 20,
	},
Stuck on this step?

Ask in the Discord with your script name, framework, and the exact error.

Join the Discord

Copyright © 2026 GG Studio.

Not affiliated with or endorsed by Rockstar North, Take-Two Interactive, or any other rights holders. FiveM is a copyright and registered trademark of Take-Two Interactive Software, Inc.
Our checkout system is provided by Tebex Limited, who manage payment processing, product delivery, and billing support. Prices shown in currencies other than USD are approximate conversions updated daily. All purchases are processed in USD, so the final amount charged may vary depending on your bank or payment provider’s exchange rate.