# Installation

### Downloading Dependencies

Dependencies are essential—you must install them before proceeding with the installation of our script.

{% stepper %}
{% step %}

### MenuV

{% embed url="<https://github.com/ThymonA/menuv>" %}
{% endstep %}

{% step %}

### Oxmysql

{% embed url="<https://github.com/overextended/oxmysql>" %}
{% endstep %}

{% step %}

### Ox\_lib

{% embed url="<https://github.com/overextended/ox_lib>" %}
{% endstep %}
{% endstepper %}

### **Server cfg**

```shellscript
# iZaap Scripts - VIP Weapons System
ensure oxmysql
ensure menuv
ensure ox_lib
ensure izaap_vipweapons
```

### Permissions

Example: Grant permission to an admin group

```shellscript
add_ace group.admin "izaapvipweapons" allow
# Allows all users in the "admin" group to access the VIP Weapons panel (/panelarmas)
```

Example: Grant permission to a specific license

```shellscript
add_ace identifier.license:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx "izaapvipweapons" allow
# Allows this player to access the VIP Weapons Admin Panel
```
