Dispatch Integration
GKS Tablet has a built-in Police/EMS dispatch system. Calls appear in the MDT Dispatch tab, overlay (O key), and map blips.
1. Direct Export (Recommended)
exports['gks-tablet']:createDispatch({
title = "Store Robbery",
message = "Armed suspect at 24/7",
coords = vector3(-47.0, -1757.0, 29.0),
code = "10-90",
priority = "high", -- "high" | "medium" | "low"
job = "police", -- "police" | "ambulance"
location = "Grove St", -- optional street label
blip = { sprite = 161, color = 1 },
fields = { -- optional extra info rows
{ icon = "fas fa-car", label = "Plate", value = "ABC 123" },
},
})Payload reference
Field
Required
Values
2. Built-in Bridges
3. Add Your Own Bridge
Troubleshooting
Problem
Fix
Last updated