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 very important β€” you need to install them before moving on to the installation of our script.


Server.cfg

All dependencies you’ve installed must be started before our script. Make sure to follow the correct start-up order in your server.cfg.

ensure PolyZone
ensure ox_lib
ensure op-crime

Permissions

It's important to grant your server administrators access to our Crime Admin. Don’t forget to add them to your mainConfig.lua as well!

Config.AdminPanelPlayers = {
    ['char1:7e0ec7b80d186fd8c29f6631e4377e75812fe8fd'] = true
}

Database

The script will automatically create its own database on first start-up.


Last updated