# Ajouts de Script

{% hint style="warning" %}
Si vous désirez ajouter vos propres scripts, il faut aller dans les fichiers suivant !

`[lua]/so_213/config/client/changement.lua`

`[lua]/so_213/config/server/changement.lua`
{% endhint %}

<figure><img src="/files/39uqn709N4Bhw0DtMK0a" alt=""><figcaption><p><em><strong>[lua]/so_213/config/client/changement.lua</strong></em></p></figcaption></figure>

<figure><img src="/files/7hrJgZ0tMxnWaYm3xsDs" alt=""><figcaption><p><em><strong>[lua]/so_213/config/server/changement.lua</strong></em></p></figcaption></figure>

{% hint style="danger" %}
Aucun support apporté au script ajouter dans la base.
{% endhint %}

{% stepper %}
{% step %}

### Variable pour check l'ID UNIQUE

local exemple = ESX.GetPlayerFromUniqueId(uniqueid)
{% endstep %}

{% step %}
Exemple&#x20;

local exemple2 = ESX.GetPlayerFromId(source)

exemple2.getUniqueId()
{% endstep %}
{% endstepper %}


---

# 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://fsproject.gitbook.io/fshop-docs/configuration-base/images-and-media-1.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.
