> 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/paintball/exports-triggers.md).

# exports / triggers

## Client Exports / Triggers

<table><thead><tr><th width="500" align="center">Export</th><th align="center">Result</th></tr></thead><tbody><tr><td align="center">exports.brutal_paintball:isInPaintball()</td><td align="center">Is player in paintball match or not.</td></tr></tbody></table>

For example:

```lua
local InMatch = exports.brutal_paintball:isInPaintball()
print('Player is playing:', InMatch)
```
