OTHERPLANET DOCS
  • ๐ŸชAbout US
  • ๐Ÿ’ปScripts
    • ๐Ÿ”ซOP Crime Organisations
      • Installation
      • Config Files
      • Customization
      • Tablet as Item
      • Global States
      • Exports
        • Server Side
    • ๐Ÿš˜OP Mechanic Job
      • Installation
      • Config File
      • Setup Jobs
      • Setup Dispatch
      • Get Duty
      • Update Tablet Stats
      • Notifications/Progressbar
      • Discord Logs
    • ๐Ÿ—’๏ธOP Requests
      • Installation
      • Config
      • Usage
    • ๐ŸŒ‡OP HUD
      • Config File
      • Instalation
      • Progress Bar Usage
      • Notify Usage
      • Alcohol Status & Stamina
    • ๐ŸŽ๏ธOP Vehicle Theft
      • Installation
      • OX Inventory
      • Translate Sounds
      • Config
      • Customization
    • ๐Ÿ…ฟ๏ธOP Garages V1 (OLD)
      • Installation
      • Config
        • Main
        • Garages Locations
        • Vehicles and Brands
      • Customization
      • Vehicle Types
      • Jobs
      • Exports
      • Other
Powered by GitBook
On this page
  • Downloading Dependencies
  • Server.cfg
  • Permissions
  • Database
  1. Scripts
  2. OP Crime Organisations

Installation

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

PreviousOP Crime OrganisationsNextConfig Files

Last updated 29 days ago

Downloading Dependencies

Dependencies are very important โ€” you need to install them before moving on to the installation of our script.

1

PolyZone

2

OX_LIB


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 it to your server.cfg as well!

add_ace group.admin opcrime.admin allow

Database

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


๐Ÿ’ป
๐Ÿ”ซ
LogoGitHub - mkafrin/PolyZone: PolyZone is a FiveM mod to define zones of different shapes and test whether a point is inside or outside of the zoneGitHub
LogoGitHub - overextended/ox_lib: A collection of Lua functions to utilise in other resources.GitHub