ESX Dispatch System für PD & EMS mit NUI
Find a file
2026-03-07 15:56:04 +00:00
client fix: init nach Resource-Start (playerLoaded race condition) 2026-03-07 15:56:04 +00:00
html feat: GPS bei Annehmen, Kategorien-System mit Routing 2026-03-07 11:21:14 +00:00
server feat: GPS bei Annehmen, Kategorien-System mit Routing 2026-03-07 11:21:14 +00:00
shared feat: GPS bei Annehmen, Kategorien-System mit Routing 2026-03-07 11:21:14 +00:00
fxmanifest.lua feat: initial ESX Dispatch System für PD & EMS 2026-03-07 11:15:52 +00:00
README.md feat: initial ESX Dispatch System für PD & EMS 2026-03-07 11:15:52 +00:00

ESX Dispatch System

Modernes Dispatch-System für PD & EMS mit NUI.

Features

  • 📡 Echtzeit-Calls für PD & EMS
  • 🗺️ Automatische Blips auf der Karte
  • 📋 Call-Liste mit Priorisierung (HIGH / MEDIUM / LOW)
  • Calls übernehmen & abschließen
  • 📍 Wegpunkt direkt setzen
  • 🔔 Alert-Sound + Notification bei neuem Call
  • 💀 Auto-Call bei Spielertod (EMS)
  • 🔗 Externe API für andere Scripts

Installation

  1. In resources/[esx]/esx-dispatch kopieren
  2. server.cfg: ensure esx-dispatch
  3. Jobs in shared/config.lua anpassen

Keybind

Key Aktion
F8 Dispatch öffnen/schließen

Externe Trigger-API

Andere Scripts können Calls auslösen:

TriggerEvent('esx-dispatch:triggerCall', {
    code    = '211',
    meldung = 'Überfall in der Fleeca Bank',
    zielTyp = 'pd',    -- 'pd', 'ems', 'all'
    coords  = { x = 150.0, y = -1040.0, z = 29.0 },  -- optional
    adresse = 'Alta Street',                           -- optional
})

Abhängigkeiten

  • es_extended
  • oxmysql