> For the complete documentation index, see [llms.txt](https://polars-armoury.gitbook.io/polars-armoury-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polars-armoury.gitbook.io/polars-armoury-docs/weapons/melee-pack-v2/ox-inventory-guide.md).

# Ox Inventory Guide

<mark style="color:red;">**Step 1 : Install the weapon file**</mark>

* Download the weapon file from your <mark style="color:green;">CFX KEY</mark>
* Then place it into your server folder (e.g resources) or  your preferred directory
* Make sure to <mark style="color:green;">ENSURE</mark> the weapon pack and <mark style="color:green;">RESTART</mark> your server

<mark style="color:red;">**Step 2 : Place the images**</mark>&#x20;

place the images found in the "images" folder  in <mark style="color:green;">\[ox\_inventory/web/images]</mark>

<mark style="color:red;">**Step 3: Copy and paste this code in \[ox\_inventory/data/weapons.lua]**</mark>

{% code fullWidth="false" %}

```lua
-- Polars Armoury Melee V2

['WEAPON_BOLTCUTTER'] = {
	label = 'Bolt Cutter',
	weight = 450,
},
['WEAPON_PLUNGER'] = {
	label = 'Plunger',
	weight = 450,
},
['WEAPON_WALKINGSTICK'] = {
	label = 'Walking Stick',
	weight = 450,
},
['WEAPON_SKATEBOARD'] = {
	label = 'Skateboard',
	weight = 450,
},
['WEAPON_PIMPCANE'] = {
	label = 'Pimp Cane',
	weight = 450,
},
['WEAPON_WRENCH'] = {
	label = 'Pipe Wrench',
	weight = 450,
},
['WEAPON_STOOL'] = {
	label = 'Stool',
	weight = 450,
},
['WEAPON_CHAINKNUCKLE'] = {
	label = 'Chain Knuckle',
	weight = 450,
},
['WEAPON_ROBOTGAUNTLET'] = {
	label = 'Robot Gauntlet',
	weight = 450,
},
['WEAPON_BBSWORD'] = {
	label = 'BB Sword',
	weight = 450,
},
['WEAPON_HALBERD'] = {
	label = 'Halberd',
	weight = 450,
},
['WEAPON_REDSABER'] = {
	label = 'Red Saber',
	weight = 450,
},
['WEAPON_BLUESABER'] = {
	label = 'Blue Saber',
	weight = 450,
},
['WEAPON_PINKSABER'] = {
	label = 'Pink Saber',
	weight = 450,
},
['WEAPON_LIGHTBLUESABER'] = {
	label = 'LightBlue Saber',
	weight = 450,
},
['WEAPON_WHITESABER'] = {
	label = 'White Saber',
	weight = 450,
},
['WEAPON_GREENSABER'] = {
	label = 'Green Saber',
	weight = 450,
},
['WEAPON_PURPLESABER'] = {
	label = 'Purple Saber',
	weight = 450,
},
['WEAPON_YELLOWSABER'] = {
	label = 'Yellow Saber',
	weight = 450,
},
['WEAPON_COBBSBAT'] = {
	label = 'Cobbs Bat',
	weight = 450,
},
['WEAPON_BROOM'] = {
	label = 'Broom Stick',
	weight = 450,
},
['WEAPON_WARHAMMER'] = {
	label = 'War Hammer',
	weight = 450,
},
['WEAPON_ZKVTWO'] = {
	label = 'Zombie Knife V2',
	weight = 450,
},
['WEAPON_BADMINTONBAT'] = {
	label = 'Badminton Bat',
	weight = 450,
},
['WEAPON_PAN'] = {
	label = 'Pan',
	weight = 450,
},
['WEAPON_GLASSSHANK'] = {
	label = 'Prison Glass Shank',
	weight = 450,
},
['WEAPON_SCALPEL'] = {
	label = 'Scalpel',
	weight = 450,
},
['WEAPON_CRICKETBAT'] = {
	label = 'Cricket Bat',
	weight = 450,
},
['WEAPON_SPIKEDCRICKETBAT'] = {
	label = 'SpikedCricket Bat',
	weight = 450,
},
['WEAPON_DIAMONDPICKAXE'] = {
	label = 'Diamond Pickaxe',
	weight = 450,
},
['WEAPON_DIAMONDAXE'] = {
	label = 'Diamond axe',
	weight = 450,
},
['WEAPON_DIAMONDSWORD'] = {
	label = 'Diamond Sword',
	weight = 450,
},
['WEAPON_POOLSTICK'] = {
	label = 'Pool Stick',
	weight = 450,
},
['WEAPON_RUBBERCHICKEN'] = {
	label = 'Rubber Chicken',
	weight = 450,
},
['WEAPON_BOXCUTTER'] = {
	label = 'Box Cutter',
	weight = 450,
},
['WEAPON_TOOTHBRUSHSHANK'] = {
	label = 'Toothbrush Shank',
	weight = 450,
},
['WEAPON_RAZORBLADE'] = {
	label = 'Razor Blade',
	weight = 450,
},
['WEAPON_REDKATANA'] = {
	label = 'Redhandle Katana',
	weight = 450,
},
['WEAPON_MAULSABER'] = {
	label = 'Maul Saber',
	weight = 450,
},
['WEAPON_TENNISRACKET'] = {
	label = 'Tennis Racket',
	weight = 450,
},
['WEAPON_DEVILSFORK'] = {
	label = 'Devils Fork',
	weight = 450,
},
['WEAPON_ELSWORD'] = {
	label = 'El Sword',
	weight = 450,
},
['WEAPON_LONGSWORD'] = {
	label = 'Long Sword',
	weight = 450,
},
['WEAPON_KATAR'] = {
	label = 'Scissor Katar',
	weight = 450,
},
['WEAPON_DRILL'] = {
	label = 'Drill',
	weight = 450,
},
['WEAPON_SPANNER'] = {
	label = 'Spanner',
	weight = 450,
},
['WEAPON_CHAINSAWSWORD'] = {
	label = 'Chainsaw Sword',
	weight = 450,
},
['WEAPON_SURGICALSAW'] = {
	label = 'Surgical Saw',
	weight = 450,
},
['WEAPON_SAW'] = {
	label = 'Saw',
	weight = 450,
},
['WEAPON_BARBELL'] = {
	label = 'Barbell',
	weight = 450,
},
['WEAPON_DUMBELL'] = {
	label = 'Dumbell',
	weight = 450,
},

['WEAPON_NAILGUN'] = {
	label = 'Nail Gun',
	weight = 3300,
	durability = 0.03,
	ammoname = 'ammo-nail',
},
['WEAPON_FLAMETHROWER'] = {           
	label = 'Flamethrower',
	weight = 200,
	ammoname = 'ammo-flamethrower'
},
```

{% endcode %}

<mark style="color:red;">**Step 4: Copy and paste this code in**</mark>**&#x20;**<mark style="color:green;">**\[ox\_inventory/data/weapons.lua]**</mark>**&#x20;**<mark style="color:red;">**where the default ammo is**</mark>

```lua
-- Polars Armoury Melee V2 Ammo
	
	['ammo-flamethrower'] = {
			label = 'Fuel ',
			weight = 1,
		},
		['ammo-nail'] = {
			label = 'Nail Ammo ',
			weight = 1,
		},
	
```

<mark style="color:red;">**Step 5: Copy and paste this code in**</mark>**&#x20;**<mark style="color:green;">**\[ox\_inventory/data/weapons.lua]**</mark>**&#x20;**<mark style="color:red;">**where the components section is**</mark>

```lua
-- Polars Armoury Nail gun attachments 

['w_pi_nailgun_mag1'] = {
			label = 'Nailgun Clip',
			type = 'magazine',
			weight = 280,
			client = {
                image = 'w_pi_nailgun_mag1.png',
				component = {
					`COMPONENT_NAILGUN_CLIP_01`,
				},
				usetime = 2500
			}
		},
		['w_pi_nailgun_mag2'] = {
			label = 'Nailgun Drum Clip',
			type = 'magazine',
			weight = 280,
			client = {
                image = 'w_pi_nailgun_mag2.png',
				component = {
					`COMPONENT_NAILGUN_CLIP_02`,
				},
				usetime = 2500
			}
		},
```
