> 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-v1/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 V1 Weapons
		
		['WEAPON_BUTCHER'] = {           
			label = 'Butcher Knife',
			weight = 500,
		},
		['WEAPON_SCIMITAR'] = {           
			label = 'Scimitar',
			weight = 500,
		},
		['WEAPON_BATON'] = {            
			label = 'Baton',
			weight = 500,
		},
		['WEAPON_SLEDGEHAMMER'] = {           
			label = 'Sledge Hammer',
			weight = 500,
		},
		['WEAPON_SCIFISWORD'] = {           
			label = 'SCIFI Sword',
			weight = 500,
		},
		['WEAPON_SCYTHE'] = {           
			label = 'Scythe',
			weight = 500,
		},
		['WEAPON_TWOHBATTLEAXE'] = {           
			label = '2H Battleaxe',
			weight = 500,
		},
		['WEAPON_PEPPERSPRAY'] = {           
			label = '200ML Pepper Spray',
			weight = 200,
			ammoname = 'ammo-pepperspray'
		},
		['WEAPON_ACIDSPRAY'] = {           
			label = '200ML Acid Spray',
			weight = 200,
			ammoname = 'ammo-acidspray'
		},
		['WEAPON_BARBEDBAT'] = {         
			label = 'Barbed Wire Bat',
			weight = 750,
		},
		['WEAPON_KITCHENKNIFE'] = {         
			label = 'Kitchen Knife',
			weight = 200,
		},
		['WEAPON_TACCLEAVER'] = {       
			label = 'Tactical Cleaver', 
			weight = 350,
		},
		['WEAPON_EGUITAR'] = {        
			label = 'Electric Guitar',
			weight = 800,
		},
		['WEAPON_GUITAR'] = {         
			label = 'Guitar',
			weight = 750,
		},
		['WEAPON_PITCHFORK'] = {         
			label = 'Pitchfork',
			weight = 600,
		},
		['WEAPON_TACAXE'] = {        
			label = 'Tactical Axe',
			weight = 650,
		},
		['WEAPON_WCLAWS'] = {       
			label = 'Wolverine Claws',
			weight = 250,
		},
		['WEAPON_SCISSORS'] = {       
			label = 'Scissors',
			weight = 100,
		},
		['WEAPON_PICKAXE'] = {       
			label = 'Pickaxe',
			weight = 650,
		},
		['WEAPON_SCREWDRIVER'] = {       
			label = 'Screwdriver',
			weight = 149,
		},
		['WEAPON_DILDO'] = {        
			label = 'Dildo',
			weight = 100,
		},
		['WEAPON_HUNTERKNIFE'] = {        
			label = 'Hunter Knife',
			weight = 149,
		},
		['WEAPON_ICECLIMBER'] = {    
			label = 'Ice Climber',
			weight = 350,
		}, 
		['WEAPON_MACE'] = {   
			label = 'MACE',
			weight = 750,
		}, 
		['WEAPON_SHOVEL'] = {   
			label = 'Shovel',
			weight = 550,
		}, 
		['WEAPON_SPIKEDKNUCKLES'] = {
			label = 'Spiked Knuckles',
			weight = 250,
		}, 
		['WEAPON_CRUTCH'] = {   
			label = 'Crutch',
			weight = 350,
		},
		['WEAPON_BROWNMACHETE'] = {  
			label = 'BH Machete',
			weight = 200,
		},
		['WEAPON_BLACKKATANA'] = { 
			label = 'Black Katana',
			weight = 550,
		},
		['WEAPON_KUKRI'] = {
			label = 'Kukri',
			weight = 350,
		},
		
		['WEAPON_STOPSIGN'] = {
			label = 'Stop Sign',
			weight = 600,
		},
		['WEAPON_THORSHAMMER'] = {
			label = 'Thors Hammer',
			weight = 1000,
		},
		['WEAPON_AXE'] = {
			label = 'Axe',
			weight = 800,
		},
		['WEAPON_CHAIR'] = {
			label = 'Chair',
			weight = 450,
		},
		['WEAPON_ZK'] = {
			label = 'Zombie Knife',
			weight = 400,
		},
		['WEAPON_REDZK'] = {
			label = 'Red Zombie Knife',
			weight = 400,
		},
		['WEAPON_BLUEZK'] = {
			label = 'Blue Zombie Knife',
			weight = 400,
		},
		['WEAPON_PINKZK'] = {
			label = 'Pink Zombie Knife',
			weight = 400,
		},
		['WEAPON_SPIKEYBAT'] = {
			label = 'Spikey Bat',
			weight = 800,
		},
		['WEAPON_KATANA'] = {
			label = 'Katana Sword',
			weight = 800,
		},
		['WEAPON_LONGMACHETE'] = {
			label = 'Long Machete',
			weight = 500,
		},
		['WEAPON_TACTICALHATCHET'] = {
			label = 'Tactical Hatchet',
			weight = 450,
		},
		['WEAPON_FIREWORKSINGLE'] = {
			label = 'Firework Spray',
			weight = 1000,
			durability = 0.5,
			ammoname = 'ammo-firework'
		},
		['WEAPON_SPRAYPAINT'] = {           
			label = '200ML Spray Paint',
			weight = 200,
			ammoname = 'ammo-spraypaint'
		},
```

{% 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 V1 Ammo
	
	['ammo-acidspray'] = {
			label = '1Ml acid ammo',
			weight = 1,
		},
	['ammo-pepperspray'] = {
			label = '1Ml pepper ammo',
			weight = 1,
		},
	['ammo-spraypaint'] = {
			label = '1Ml Spray Paint',
			weight = 1,
		},	
```
