# Madonne Notify

A lightweight and elegant notification system for your FiveM server. **Madonne Notify** displays stylish toast notifications to your players, with support for multiple types, titles, messages, sounds, and custom durations.

***

## 📖 About Madonne Notify

Madonne Notify is a free, plug-and-play notification resource built with **Vue 3**. Notifications appear in the **top-right corner** of the screen as animated toast cards, each color-coded and icon-tagged by type.

It is natively supported by other MadonneStudio resources such as **MS\_Delete\_Gun** and **MS\_Madonne\_Seatbelt**, and can be used as a standalone notification system on any FiveM server.

***

## ✨ Main Features

* 🎨 **11 Notification Types** — Each type has its own color and icon: `success`, `error`, `warning`, `info`, `announce`, `progress`, `achievement`, `msg`, `radio`, `system`, `vehicle`
* 🔊 **Optional Sound** — Play a built-in UI sound on notification display
* ⏱️ **Custom Duration** — Control exactly how long each notification stays on screen
* 📌 **Title + Message** — Display a bold title, a subtitle message, or both
* 🎞️ **Smooth Animations** — Slide-in / slide-out transitions on every notification
* 🧩 **Export-based API** — Trigger notifications from any resource via a simple client or server export
* 📡 **Event-based API** — Also supports triggering via NetEvents for server-to-client notifications
* 🆓 **Free Script** — No escrow, fully open source

***

## 🔗 Quick Links

* [📥 Installation](/free-scripts/madonne-notify/installation.md)
* [📡 Usage & API](/free-scripts/madonne-notify/usage-and-api.md)
* [❓ Common Errors](/free-scripts/madonne-notify/common-errors.md)


---

# 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://documentation.madonnestudio.com/free-scripts/madonne-notify.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.
