Skip to main content
  • Instant digital delivery
  • Lifetime updates on selected products
  • Trusted by server owners
FiveMX
Shop
Full ServersBundlesNew releases
FiveMX

Start building your server today.

Curated FiveM resources, instant delivery, free starter mods, and practical guides in one calm marketplace.

Browse the shopsupport@fivemx.com

Shop

  • Shop
  • FiveM Mods
  • All Products
  • Free Mods
  • Best Scripts & Mods
  • FiveM Scripts

Frameworks

  • QBCore Scripts
  • ESX Scripts
  • QBox
  • Standalone

Community

  • Blog
  • Support
  • Creators
  • Affiliate

Legal

  • Privacy Policy
  • Terms of Service
  • Refund Policy
  • Digital Delivery
  • Cookie Policy
  • GDPR Compliance
  • DMCA
  • Imprint
  • Editorial Policy

Server Templates

  • QBCore Server Template
  • ESX Server Template
  • NoPixel Server Template
  • Server Packs
  • Free Server Templates
  • Tebex Alternative
© 2026 FiveMX. All rights reserved.·FiveMX is not affiliated with Rockstar Games, Take-Two Interactive, or CFX.re. All trademarks are property of their respective owners.
DiscordDocs
  1. Home
  2. Shop
  3. Police Scripts

7 product images available.

Police Scripts
Compatibility:
ESX
QBCore
QBOX
Standalone

l2s-dispatch

Review process
$33.00

Secure Checkout

Cards, Apple Pay, Google Pay, iDEAL/Wero, Bancontact, EPS, Przelewy24, and optional Crypto where available via Stripe.

Instant file access after paymentSupport and refund policy shown before checkout
Ask support before buyingRead refund policy
Instant Access
SSL Encrypted
Cards, wallets, bank redirects
Frameworksesx, qbcore, qbox, standalone
Setup

Requires a FiveM server, ESX or QBCore, access to server resources, and permission to restart the resource after configuration.

RequirementsPublished on this page
PreviewAvailable

Description

Video Preview

https://www.youtube.com/watch?v=Ar3B396SegA

Settings

*+*]:mt-5 whitespace-pre-wrap>
# Framework

QBCore :

--  << Framework >> 
Config.Core = 'l2s-core'
Config.GangUpdateEvent = 'QBCore:Client:OnGangUpdate'
Config.JobUpdateEvent = 'QBCore:Client:OnJobUpdate'
Config.LoadEvent = 'QBCore:Client:OnPlayerLoaded'
Config.UnLoadEvent = 'QBCore:Client:OnPlayerUnload'
Config.SQL = {
    players = 'players',
    gang = 'gang',
}
-- << Target >>
Config.TargetSystem = 'qb' -- ox , qb
Config.TargetExport = 'qb-target' -- ox , qb
-- << Inventory >>
Config.Inventory = 'qb-inventory' -- qb-inventory , ox_inventory , l2s-inventory , qs-inventory , custom  (change export from cl_editable)
-- << Menu >>
Config.MenuSystem = 'qb_menu  ' -- ox_lib , qb_menu custom
Config.MenuExport = 'qb-menu,' -- ox_lib , qb-menu, l2s-interface, ... (Resource name of your menu)
-- << Script Settings >>
Config.Webhok = '' -- Logs Webhok
Config.Color = '' -- if you want use 1 color for all UI example : #66666 , if you want to use color gang Leave it blank 

ESX:

Copy
--  << Framework >> 
Config.FrameworkFolder = 'es_extended'
Config.JobUpdateEvent = 'esx:setJob'
Config.LoadEvent = 'esx:playerLoaded'
Config.onPlayerSpawn = 'esx:onPlayerSpawn'
Config.SQL = {
    players = 'users',
    gang = 'job',
}
-- << Target >>
Config.TargetSystem = 'ox' -- ox , qb
Config.TargetExport = 'ox_target' -- ox , qb
-- << Inventory >>
Config.Inventory = 'ox_inventory' -- ox_inventory ,  qs-inventory , custom  (change export from cl_editable)
-- << Menu >>
Config.MenuSystem = 'ox_lib' -- ox_lib , qb_menu custom
Config.MenuExport = 'ox_lib' -- ox_lib , qb-menu, l2s-interface, ... (Resource name of your menu)
-- << Script Settings >>
Config.Webhok = '' -- Logs Webhok
Config.Color = '' -- if you want use 1 color for all UI example : #66666 , if you want to use color gang Leave it blank 
#Shop
Copy
Config.Ped = 'g_m_importexport_01' -- Spray seller Ped
Config.LimtSprayPay = 2 -- How much Palyer can pay gang sprayer in 1 Restart , (Defult : 2 )
Config.SprayPrice = 5000 -- Sprayer Price , (Defult : 5000)
Config.SprayRemoverPrice = 3000  -- Remove Sprayer Price , (Defult : 3000)
Config.SprayItem = 'turfspray' -- Sprayer Item
Config.RemoveSprayItem = 'spray_remover' -- Remoing Spraying Item
Config.PedCoords = vec4(-509.32272338867, -2222.1071777344, 6.3940186500549, 239.59478759766) -- Spray seller location
#Turf Settings
Copy
-- << Turf Settings >>
Config.ProggressBar =  7 * 60000 -- How many minutes does it take to consept the spray? , (Defult : 7 min)
Config.RemoveProggressBar =  7 * 60000  -- How many minutes do you need to scratch the spray? , (Defult : 7 min)
Config.BlipOpacity = 85 -- the opacity of the blip (0-100) 
Config.BlipRaduis = 80.0  --Blips Cricle Raduis in FiveM Mini Map
Config.OneSprayInRadius = true -- true : you cant consept 2 spray in same Raduis , False = you can consept spray anywhare
Config.ContestCount  = 0 -- How many from you gang must be online to consept the spray? , (Defult : 3 )
Config.RemoveCount = 0 -- How many must be online from another gang to scratch theier spray? , (Defult : 4 )
Config.LimtSpray = 2 -- How much gang can consept sprayer in 1 Restart , (Defult : 2 )

Config.PoliceCanClean  = true -- If you want to allow to officers to clean the gangs Grafifiti
Config.ShowForAll = true -- true : show for all players  || false : show only for gangs members and police jobs 
Config.PoliceCleanProggressBar =  3 * 60000  -- How many minutes do you need to clean the spray (for officer)? , (Defult : 3 min)
Config.PoliceJobs = { -- you can add any job (this working only if Config.ShowForAll = false )
    ['police'] = true,
    ['sheriff'] = false,
}

-- << Gangs Level Settings >> :
Config.ConseptAddLevel = 4 -- The Level that added to your gang after consept spray
Config.ScratchAddLevel = 5 -- The Level that added to your gang after scratch another gang
Config.ScratchRemoveLevel = 3 -- The Level that is deducted from your gang, after another gang scratch your gang sprayer

-- << God Father Commands >> :
Config.GodFatherCommands = true
Config.GodFatherGang = 'godfather'
Config.CommandsList = {
    [1] = 'turf', -- to open Turf Ui 
    [2] = 'addganglevel', -- to add gang level (God father only)
    [3] = 'removeganglevel', -- to remove gang level (God father only)
    [4] = 'toggleturf', -- to toggle turf wars  (God father only)
}

-- << Alert Blip Settings  >> Notification settings for the gang whose area is under scratching
Config.WarNotify = { 
    ['sprite'] = 161,  
    ['color'] = 1,
    ['scale'] = 2.7,
    ['time'] = 7 * 60000,
    ['sound'] = true,
    ['msg'] = true,
}

Related FiveM Police Scripts

  • Gabz Davis PD
  • MRPD Police Academy MLO
  • BodyCam + Dashcam (Infinity & OneSync)
  • Helicopter Camera

Installation notes

Requires a FiveM server, ESX or QBCore, access to server resources, and permission to restart the resource after configuration.
Installation notes
Requires a FiveM server, ESX or QBCore, access to server resources, and permission to restart the resource after configuration.

Buy this when it saves setup time

Use this checklist to decide quickly whether the resource fits your current server build, framework, and support expectations.

Server-owner payoff

l2s-dispatch is positioned to reduce Police Scripts instead of making you rebuild the same system from scratch.

Compatibility

Works with esx, qbcore, qbox, standalone. Check the requirements block before adding it to a live stack.

Purchase confidence

Instant download, Stripe checkout, support access, and refund policy context are shown before payment.

Decision assets

Requirements, Preview video, Product Q&A

Product fit, setup, and proof at a glance

Use the published facts on this page to confirm whether l2s-dispatch matches your server before checkout.

Compatibility

Frameworks
ESX, QBCore, QBOX, Standalone
Category
Police Scripts

Setup & requirements

Install flow
Download → resources folder → ensure in server.cfg
Requirements
Published on this page
File size
1.85 MB

Proof & buyer questions

Reviews
No reviews yet
Answered Q&A
Ask before buying

Only the facts published on this page should be treated as confirmed. If you need more detail, review the description, requirements, changelog, reviews, and product Q&A before checkout.

Compatibility:

l2s-dispatch

$33.00

Secure Checkout

Cards, Apple Pay, Google Pay, iDEAL/Wero, Bancontact, EPS, Przelewy24, and optional Crypto where available via Stripe.

Instant file access after paymentSupport and refund policy shown before checkout
Ask support before buyingRead refund policy
Instant Access
SSL Encrypted
Cards, wallets, bank redirects
Frameworksesx, qbcore, qbox, standalone
Setup

Requires a FiveM server, ESX or QBCore, access to server resources, and permission to restart the resource after configuration.

RequirementsPublished on this page
PreviewAvailable
Description
Requirements
Preview video

Key Features

  • QBCore and ESX Framework Support

    The script is configurable to work with both QBCore and ESX frameworks, with specific configuration options for each framework type.

  • Multiple Target System Compatibility

    Supports both 'qb' and 'ox' target systems, allowing users to choose their preferred targeting method via configuration.

  • Flexible Inventory Integration

    Compatible with multiple inventory systems including qb-inventory, ox_inventory, l2s-inventory, qs-inventory, and custom inventory options.

  • Menu System Options

    Supports multiple menu systems such as ox_lib, qb_menu, l2s-interface, and custom menu implementations for interface flexibility.

  • Webhook Logging Configuration

    Includes webhook logging capability for recording actions, with configurable webhook URL in the settings.

Frequently Asked Questions

Police Scripts
ESX
QBCore
QBOX
Standalone
Review process

Related Products

$21.00
$8.00
$7.00
$7.00

Related Tutorials & Guides

Learn more about setting up, configuring, and using this type of resource.

ESX vs QBCore vs QBOX: Technical Framework Comparison 2026

ESX vs QBCore vs QBOX: Technical Framework Comparison 2026

Choosing a framework is the single most consequential decision when building a FiveM server. It determines which scripts you can use, how your developers write code, the…

FiveM Frameworks Explained: Complete Guide to ESX, QBCore & QBOX

FiveM Frameworks Explained: Complete Guide to ESX, QBCore & QBOX

FiveM frameworks form the backbone of roleplay servers. They're not just code libraries—they're complete systems that manage player identity, jobs, inventory, permissions,…

QBox Framework Guide: Migrate from QBCore and Boost Performance (2026)

QBox Framework Guide: Migrate from QBCore and Boost Performance (2026)

QBox has firmly established itself as the natural successor to QBCore in the FiveM roleplay ecosystem.

Continue Building Your FiveM Server

Use this product as part of a larger setup. Explore related categories, alternative frameworks, premium bundles, and free companion downloads.

Explore EMS ScriptsExplore Admin ToolsBrowse all scriptsPolice Scripts scriptsesx scriptsTry QBCore insteadTry QBox insteadFree FiveM modsCompare bundles
Police System CAD/MDT

Police System CAD/MDT

Core Multiple Jobs

Core Multiple Jobs

Police Badge Show

Police Badge Show

Policejob Animations

Policejob Animations