XyraLScripts
Setup help

Documentation

General setup for any FiveM resource, plus a full install guide for each XS script.

Choose a script

Script setup guides

Read the guide for your script before asking for help — it usually has the answer.

New to this? Start with installing a FiveM resource. Then generate your config, or check the FAQ.

Criminal

XS-CriminalTablet

A modular criminal tablet with gang management, territory, reputation, tasks, crafting, dealers and boosting.

Open setup guide
Police

XS-MDT

Police, EMS and fire in one MDT: live CAD, civilian and vehicle records, warrants and BOLOs, patient care reports, fire and hazmat logs, and a live unit map.

Open setup guide
Administration

XS-AdminMenu

A full admin panel with threat detection, ban evasion matching, player management, reports and inventory tools.

Open setup guide
Police

XS-Drone

A deployable police drone with smooth flight, live camera, thermal, spotlight, tracker darts and counterplay.

Open setup guide
Jobs

XS-Trucking

A trucking job with a live route map, contracts, truck ownership, fuel and maintenance, companies and an admin console.

Open setup guide
Character

XS-MultiCharacter

A cinematic character selector with identity dossiers, saved appearance previews, job animations, map-camera spawn picking and configurable slots.

Open setup guide
Dispatch

XS-Dispatch

Multi-department live dispatch for police, EMS and fire: vehicle-aware unit tracking, priority calls, TAC radio channels and a provider API.

Open setup guide
Events

XS-AirDrops

Contested supply drops: announced to the server, flown in by cargo plane, and cracked open by whoever holds the ground. Locations and loot are built in game.

Open setup guide
01

Download the resource

Download the script from its GitHub page and extract the folder into your server resources directory. Keep the original resource folder name.

02

Check your start order

Framework and dependency resources should start before the script using them.

ensure ox_lib
ensure oxmysql
ensure qbx_core
ensure your-script-name
03

Import the database

Check the script README for a SQL file. Back up your database before importing or running upgrade statements.

04

Review the configuration

Check jobs, item names, permissions, framework settings and integrations before opening the server.

A script starting without errors does not always mean the configuration matches your server.
05

Updating a script

  1. Back up the current resource and database.
  2. Read recent commits or release notes.
  3. Save your configuration changes.
  4. Replace the files and apply required database changes.
  5. Restart and test before opening the server.