Page cover

Installation

Before you start, make sure you're logged into the CFX portal. This ensures you can download the asset and receive future updates.

Downloading Dependencies

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

Server cfg

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

Permissions

Example: Grant permission to an admin group

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

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

Last updated