> For the complete documentation index, see [llms.txt](https://urantix.gitbook.io/urantix-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://urantix.gitbook.io/urantix-docs/fivem-scripts/pausemenu.md).

# Pausemenu

{% tabs %}
{% tab title="Instalation" %}

* If your server has other pausemenu resources installed, remove them from the resource directory to avoid compatibility issues with [UrantixPausemenu](https://urantix.com/fivem/scripts/pausemenu).
* Copy the [UrantixPausemenu](https://urantix.com/fivem/scripts/pausemenu) script folder to your server's resource directory.
* Open your `server.cfg` file in a text editor and add the following line to ensure the script starts with the server:
  * `ensure UrantixPausemenu`
  * Restart your server to apply the changes and load the [UrantixPausemenu](https://urantix.com/fivem/scripts/pausemenu).
    {% endtab %}

{% tab title="Dependencies" %}

| Resource      | Version | Links                                                                    |
| ------------- | ------- | ------------------------------------------------------------------------ |
| ox\_lib       | 3.33.0+ | [Download](https://github.com/overextended/ox_lib/releases/tag/v3.33.0)  |
| oxmysql       | 2.14.1+ | [Download](https://github.com/overextended/oxmysql/releases/tag/v2.14.1) |
| MugShotBase64 | Latest  | [Download](https://github.com/BaziForYou/MugShotBase64)                  |
| {% endtab %}  |         |                                                                          |

{% tab title="Config" %}
The configuration is set up in the game itself, using the command `/urantix:pause_management`.

<figure><img src="/files/hBETRSCyzV43IL6B6BHt" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}
