# Introduction

<figure><img src="/files/s5jXHR4YukAP4thjq7tS" alt=""><figcaption></figcaption></figure>

**No-Notify** est un script de notification pour FiveM, conçu pour afficher des messages clairs et personnalisables en jeu. Il permet d’envoyer des notifications discrètes et visuellement attractives, tout en offrant une configuration simple pour s’adapter à différents besoins. Ce script facilite la communication avec les joueurs grâce à un système intuitif, léger et facile à intégrer.

#### Commandes disponibles (test)

Le script fournit plusieurs commandes client pour tester les notifications :

| Commande     | Type de notification | Message par défaut                          |
| ------------ | -------------------- | ------------------------------------------- |
| `/nowarning` | warning              | Ceci est une notification d'avertissement ! |
| `/noready`   | ready                | Ceci est une notification de prêt !         |
| `/noalert`   | alert                | Ceci est un test d'alerte !                 |
| `/noinfo`    | information          | Ceci est une notification d'information !   |

Vous pouvez utiliser ces commandes en jeu en tapant par exemple :

```
/nowarning Attention, c’est un avertissement !
```

Si aucun message n’est spécifié, le message par défaut sera affiché.


---

# 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.no-scripts.com/no-notify/introduction.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.
