📚
Dusa all scripts documentation
  • Home
  • General Questions
    • Escrow System
    • Error parsing script ... <\1>
    • Failed to verify protected resource
    • You lack the required entitlement
    • If nothing fixed your problems
  • Need Help?
  • Scripts
    • Police Job
      • Installation
      • Configuration
      • Client
        • Exports
        • Events
      • Server
        • Callbacks
      • Common Issues
    • Evidence
      • Installation
      • Configuration
      • Client
        • Events
      • How to add custom weapon compatibility?
      • Common Issues
    • Hud
      • Installation
      • Configuration
      • Client
        • Events
        • Exports
      • Server
        • Events
    • Vehicle Keys
      • Installation
      • How to give keys to player? (e.g on dealerships)
      • Client
        • Exports
        • Events
      • Server
        • Exports
        • Events
    • Billing
      • Installation
      • Configuration & Exports (ESX)
      • Configuration & Exports (QB)
    • Police MDT
      • Installation
      • Configuration & Exports (ESX/QBCore)
    • Dispatch
      • Installation
      • On other resources, how can I integrate dispatch?
      • How to send custom dispatch?
      • Client
        • Exports
        • Events
        • Handlers
      • Server
        • Exports
    • Multicharacter + Spawn Selector
      • Installation
      • Configuration & Exports (ESX)
      • Configuration & Exports (QB)
Powered by GitBook
On this page
  1. Scripts
  2. Dispatch
  3. Client

Events

PreviousExportsNextHandlers

Last updated 3 months ago

Event List

export
parameters
description

dusa_dispatch:openDispatch

none

Open dispatch menu

dusa_dispatch:closeDispatch

none

Close dispatch menu

dusa_dispatch:openAlert

none

Open alert widget

dusa_dispatch:closeAlert

none

Close alert widget

dusa_dispatch:ToggleAlert

none

Toggle alert widget

dusa_dispatch:openBodycam

none

Open bodycam UI

dusa_dispatch:closeBodycam

none

Close bodycam UI

dusa_dispatch:toggleBodycam

none

Toggle bodycam UI

dusa_dispatch:sendCustomDispatch

alertData

Event to create custom dispatches, requires alertData. Head into to create custom dispatches

dusa_dispatch:ToggleRadar

none

Toggle radar widget

dusa_dispatch:OpenRadarSettings

none

Open radar settings

tutorial