> 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/belt-2-ass-melee-pack/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 Belt 2 Ass Pack

['WEAPON_BLACKBELT'] = {           
	label = 'Black Belt',
	weight = 500,
},
['WEAPON_REDBELT'] = {           
	label = 'Red Belt',
	weight = 500,
},
['WEAPON_PINKBELT'] = {           
	label = 'Pink Belt',
	weight = 500,
},
['WEAPON_LOUISBELT'] = {           
	label = 'Louis Belt',
	weight = 500,
},
['WEAPON_RSNAKESKINBELT'] = {           
	label = 'Red Snakeskin Belt',
	weight = 500,
},
['WEAPON_GALIGATORSKINBELT'] = {           
	label = 'Green Aligator Skin Belt',
	weight = 500,
},
['WEAPON_COWBOYBELT'] = {           
	label = 'Cowboy Belt',
	weight = 500,
},

```

{% endcode %}
