> For the complete documentation index, see [llms.txt](https://docs.biyei.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.biyei.net/scripts/red-zones/installation.md).

# Installation

### **•** STEP 1: DEPENDENCIES

Make sure you have this resources installed in your server!

1. <mark style="color:yellow;">ESX</mark> or <mark style="color:purple;">QB-CORE</mark>

### **• STEP 2: START ORDER**

Start resource biyei\_redzone after inventory&#x20;

```
ensure your_inventory_resource_name
ensure biyei_redzone
```

### **• STEP 3: INSTALL SQL**

{% hint style="info" %}
Important install SQL
{% endhint %}

**ESX Framework:**

```
ALTER TABLE `users` ADD COLUMN `is_redZone` INT NULL DEFAULT 0
```

**QB Core Framework:**

<pre><code><strong>ALTER TABLE `players` ADD COLUMN `is_redZone` INT NULL DEFAULT 0    
</strong></code></pre>
