# Frozen Poker

### Features:

2-10 Player Texas Holdem Poker\
Multiple tables\
Each table’s settings are customizable (Max players, small blind, table name)\
Tables can be easily placed anywhere in the map with a simple command\
Fully standalone, can be used with any framework

### Dependencies:

Any kind of SQL script (mysql-async, oxmysql, etc)\
Some kind of a currency system (Money, items, etc…)\
The core of the script is encrypted and cannot be changed.\
All framework, mysql functions are fully exposed and the script can be adapted to any framework.

{% hint style="warning" %}
For the normal version: some of the server-side is obfuscated and product is license-locked. (Main edit-able functions to change it to your own framework are open)
{% endhint %}


---

# Agent Instructions: 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.frozen-scripts.com/scripts/frozen-poker.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.
