> For the complete documentation index, see [llms.txt](https://docs.loverp-scripts.de/love-rp-de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loverp-scripts.de/love-rp-de/emergencydispatch/developer/rcore_gangs.md).

# rcore\_gangs

Dateiname: rcore\_gangs/server/dispatch/dispatch.lua\
\
Suche nach: Dispatch = function(source, drug)

```lua
Dispatch = function(source, drug)
  local coords = GetEntityCoords(GetPlayerPed(source))
  TriggerEvent('emergencydispatch:emergencycall:new', "police", "Drogen Verkauf beobachtet", coords, true)
end
```
