> For the complete documentation index, see [llms.txt](https://docs.fuksus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fuksus.com/fuksus-houserobberies/configuration/police-event.md).

# Police event

When timer runs out an event is triggered **fuksus-hr:alertPolice.** This event is only sent to players who have the police job you configured in **Config.policeJob.**

```javascript
RegisterNetEvent('fuksus-hr:alertPolice', function()
    -- Your code for alerting the police
end)
```
