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

# Installation&#x20;

## :envelope\_with\_arrow: Téléchargement

{% hint style="info" %}
Après l'achat, afin de télécharger le ou les script(s) acheté(s) rendez vous sur <https://portal.cfx.re/assets/granted-assets> dans la catégorie "granted assets". Vous pourrez ainsi télécharger vos scripts.
{% endhint %}

## :envelope\_with\_arrow: Download

{% hint style="info" %}
After purchase, in order to download the purchased script(s) go to <https://portal.cfx.re/assets/granted-assets> in the "granted assets" category. You will then be able to download your scripts.
{% endhint %}

## :flag\_fr: Installation <a href="#installation-fr" id="installation-fr"></a>

* Déplacez le script en question dans votre dossier "ressources"
* Ajoutez le script dans votre fichier "server.cfg" comme indiqué ci-dessous afin d'indiquer à votre serveur qu'il faut démarrer le script.

```lua
ensure MXXR_ (VOTRE SCRIPT)
```

* Vous allez maintenant devoir chercher le fichier sql afin de l'importer dans votre base de donnée si il y en à un. Ce fichier termine par ".sql".

![](/files/d1GnpVvRsYCNvnvzLAuS)

* Une fois le fichier repéré, rendez vous sur votre base de donnée (via PhpMyAdmin ou Heidisql généralement) et cliquer sur "Importer", puis, sélectionnez le fichier en question. Il ne vous restera ensuite plus qu'à cliquer sur "Importer"

![](/files/8gtEEK47eIjQqOJxaePp)

![](/files/R5dIVbA5tys6SwJLD8xZ)

* Pour la suite de l'installation, cela varie en fonction des scripts. Rendez-vous donc sur la page du script en question sur la documentation ou bien dans le fichier ReadMe fournis dans le dossier du script.&#x20;

## :england: Installation <a href="#installation-en" id="installation-en"></a>

* Move the script in question to your "resources" folder
* Add the script to your "server.cfg" file as shown below to tell your server to start the script.

```lua
ensure MXXR_ (VOTRE SCRIPT)
```

* You will now have to find the sql file in order to import it into your database if there is one. This file ends with ".sql".

![](/files/d1GnpVvRsYCNvnvzLAuS)

* Once you have located the file, go to your database (usually via PhpMyAdmin or Heidisql) and click on "Import", then select the file in question. You will then just have to click on "Import".

![](/files/8gtEEK47eIjQqOJxaePp)

![](/files/R5dIVbA5tys6SwJLD8xZ)

* For the rest of the installation, it varies according to the scripts. So go to the page of the script in question on the documentation or to the ReadMe file provided in the script folder.


---

# 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://mxxr.gitbook.io/mxxr-wiki/installation/installation.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.
