> 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/esx_holdup.md).

# esx\_holdup

Dateiname: server/main.lua\
\
Suche nach: AddEventHandler('esx\_holdup:rob', function(robb)\
\
Nach der Zeile "if(cops > 0)then" folgende Zeilen hinzufügen:

```lua
local coords = vector2(Stores[robb].position["x"], Stores[robb].position["y"])
TriggerEvent('emergencydispatch:emergencycall:new', "police", "Ladenraub (automatischer Notruf)", coords, true)
```

<figure><img src="/files/100TPX0VEhnvySBsWqqe" alt=""><figcaption></figcaption></figure>
