> For the complete documentation index, see [llms.txt](https://fivezone.gitbook.io/fivezone-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fivezone.gitbook.io/fivezone-docs/paid-products/script-bulletproof-vests.md).

# \[SCRIPT] BULLETPROOF VESTS

<figure><img src="/files/NyyF5ChhjIFtTG3WOCAx" alt=""><figcaption></figcaption></figure>

### INFORMATIONS

*Lightweight and secure vest system with animations, durability, server-side validation and full ESX/OX inventory support.*

***

### FEATURES

* Secure server-side ownership checks
* Equip/Unequip animations
* Armor thresholds (75/50/25/0) + broken vest handling
* Durability & metadata return
* ESX persistence ("vests.json")
* Optimized event-driven performance

***

### INSTALLATION

1. Extract downloaded file to your resources folder and change name from **\[fz\_bulletproof\_vests 1.0.0]** -> **\[fz\_bulletproof\_vests]**
2. Go in **config.lua** and change it to your liking
3. Go in install folder and in inv-images
4. Copy images you like and rename them so they match with settings in **config.lua** (For example if item name is bpvest\_3 rename image to bpvest\_3.png)
5. Go to your inventory and place your images in the folder where you have them. For example in **ox\_inventory/web/images**
6. Add items in your database or inventory. In ox\_inventory you can find it in **ox\_inventory/data/items.lua**. Copy items from here ⬇code below
7. Go in **server.cfg** and add: **ensure fz\_bulletproof\_vests**
8. Save everything and restart server. You are done! **Enjoy** :)

```lua
["bpvest_3"] = {
	label = "Bulletproof Vest",
	weight = 5000,
	stack = false,
	close = true,
},

["bpvest_1"] = {
	label = "Police Bulletproof Vest",
	weight = 5000,
	stack = false,
	close = true,
},

["bpvest_2"] = {
	label = "Medic Bulletproof Vest",
	weight = 5000,
	stack = false,
	close = true,
},
```

***

### LINKS

{% embed url="<https://fivezone.tebex.io/package/bpvests>" %}

{% embed url="<https://discord.gg/exBk69qgWZ>" %}

{% embed url="<https://youtu.be/52bb0FjfA7k>" %}
