> For the complete documentation index, see [llms.txt](https://docs.menanak47.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.menanak47.com/qbcore/ak47_qb_crutch/triggers.md).

# Triggers

### Set crutch

```lua
TriggerServerEvent('ak47_qb_crutch:set', player_server_id, time)
```

### Remove crutch

```lua
TriggerServerEvent('ak47_qb_crutch:remove', player_server_id)
```
