> For the complete documentation index, see [llms.txt](https://docs.brutalscripts.com/site/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.brutalscripts.com/site/scripts/gang-actions/exports-triggers.md).

# exports / triggers

## Client Exports / Triggers

<table><thead><tr><th width="445" align="center">Export</th><th align="center">Result</th></tr></thead><tbody><tr><td align="center">exports.brutal_gang_actions:CurrentPlayerAction()</td><td align="center">Returns the player's current action. (none / cuffed / bagonhead  / <mark style="color:blue;">roped / pulling</mark> / <mark style="color:orange;">hostage / agressor</mark> / <mark style="color:green;">carrying / carried / intrunk</mark>)</td></tr><tr><td align="center">exports['brutal_gang_actions']:OpenActionsMenu()</td><td align="center">Opens the actions menu for the player</td></tr></tbody></table>

## Client side triggers for the actions

<table><thead><tr><th width="415">Trigger</th><th>Result</th></tr></thead><tbody><tr><td><code>TriggerEvent('brutal_gang_actions:bag')</code></td><td>Putting bag on the player or on yourself</td></tr><tr><td><code>TriggerEvent('brutal_gang_actions:hostage')</code></td><td>Start the hostage of the other player</td></tr><tr><td><code>TriggerEvent('brutal_gang_actions:vehicle')</code></td><td>Pick up the player and then put them in a trunk</td></tr><tr><td><code>TriggerEvent('brutal_gang_actions:knockout')</code></td><td>Knockout the player</td></tr><tr><td><code>TriggerEvent('brutal_gang_actions:pull')</code></td><td>Pull the player</td></tr><tr><td><code>TriggerEvent('brutal_gang_actions:cuff')</code></td><td>Cuff the player</td></tr><tr><td><code>TriggerEvent('brutal_gang_actions:rob')</code></td><td>Rob the player</td></tr><tr><td><code>TriggerEvent('brutal_gang_actions:tyre')</code></td><td>Slash the tyre</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.brutalscripts.com/site/scripts/gang-actions/exports-triggers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
