Grimoire

Documentation

Everything you need to install, configure and integrate Mystic scripts into your FiveM server.

Quick start

Get a Mystic script running in under 5 minutes.

Exports & API

Hook into our scripts from your own resources.

CLI tools

Optional CLI for license, updates and packaging.

Install

Bind a script to your server

# 1. Download from Tebex after purchase
# 2. Drop into your resources folder
cd resources/[mystic]
unzip arcane-police.zip

# 3. Add to server.cfg
ensure arcane-police

# 4. Configure
cp config.example.lua config.lua

Calling exports

-- Server
local police = exports['arcane-police']
police:dispatch({
  code = '10-13',
  location = vector3(0, 0, 0),
  priority = 1,
})