For the complete documentation index, see llms.txt. This page is also available as Markdown.

Dispatch

Police alert and dispatch customization located in custom/client/dispatch.lua.

DrugSellDispatch

Called automatically on the client when a police alert chance is triggered during NPC drug selling.

Supported Dispatch Systems

  • qs-dispatch (exports['qs-dispatch']:DrugSale())

  • ps-dispatch (exports['ps-dispatch']:DrugSale())

  • cd_dispatch (TriggerServerEvent('cd_dispatch:AddNotification', ...))

  • core_dispatch (exports['core_dispatch']:addCall(...))

  • rcore_dispatch (TriggerServerEvent('rcore_dispatch:server:sendAlert', ...))

  • op-dispatch (exports['op-dispatch']:CustomAlert(...))

  • aty_dispatch (exports['aty_dispatch']:SendDispatch(...))

  • origen_police / origen_dispatch (exports['origen_police']:SendAlert(...))

  • tgiann-mdw / tgiann-dispatch (exports['tgiann-mdw']:addDispatch(...))

  • tk_dispatch (exports.tk_dispatch:addCall(...))

  • wf-alerts (TriggerServerEvent('wf-alerts:svNotify', ...))

  • lb-phone (TriggerServerEvent('phone:sendJobNotification', ...))

  • Default Fallback (TriggerServerEvent('ak47_drugmanagerv3:policeAlert', coords, street))

Example Customization

Last updated