> For the complete documentation index, see [llms.txt](https://piotreq-scripts.gitbook.io/piotreq-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://piotreq-scripts.gitbook.io/piotreq-scripts/assets-and-guides/casino-games/poker.md).

# Poker

1. Check if player is playing

{% tabs %}
{% tab title="Client Side" %}

```lua
exports['p_poker']:isPlaying() -- true / false
```

{% endtab %}
{% endtabs %}
