# Ez-MoneyWash

## Configuration :

**Ce script est très simple à configurer si vous suivez attentivement cette documentation !**&#x20;

{% tabs %}
{% tab title="👨‍💻 Config.lua" %}
**Configurez l'item de l'argent :**&#x20;

```lua
NameOfBlackMoneyItem = "black_money",
```

\
\
**Configurer le CSS des notifications ox\_lib :**

```lua
CustomCSSForOxNotify = {
    backgroundColor = '#141517',
    color = '#C1C2C5',
    ['.description'] = {
      color = '#909296'
    }
},
```

\
\
\
\
**Modifiez la couleur ainsi que l'icone principal :**

```lua
OxIcon = 'dollar-sign',
OxColorIcon = "FF0000",
```

\
\
\
\
**Configurez les logs Discord** :&#x20;

```lua
DiscordLogs = {
    staff = "https://discord.com/api/webhooks/1177798802950852658/cAg6D-N2OYbMEtxAGy_pjUFf28F6n76h74BjJ4IaLddAyD_V1zMmC7xROWPJKDVtcRBy",
    player = "ENTER_YOUR_WEBHOOK_HERE",
},
```

\
\
\
\
**Configurez les positions de blanchiment :**&#x20;

```lua
PositionOfBlanchiment = {
	-- nom de zone								-- position									-- taxe		--temps de blanchiment en secondes 
	{name = "Machine #1", pos = vector3(-1249.916015625, -1125.2032470703, 0.9478125572205), taxe = 25, timetowash = 10},
	{name = "Machine #2", pos = vector3(-1244.0988769531, -1123.4366455078, 0.9478125572205), taxe = 25, timetowash = 10},
	{name = "Machine #3", pos = vector3(-1238.9644775391, -1121.841796875, 0.9478125572205), taxe = 25, timetowash = 10},
},
```

{% endtab %}

{% tab title="🎉 Enjoy !" %}
Votre système de blanchiment d'argent est enfin prêt à être utilisé sur votre serveur ! 🎉
{% endtab %}
{% endtabs %}


---

# 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://ezdeveloppement.gitbook.io/ezdev-script/script-ez-illegal/ez-moneywash.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.
