> For the complete documentation index, see [llms.txt](https://documentation.madonnestudio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.madonnestudio.com/paid-scripts/madonne-eup-menu.md).

# Madonne EUP Menu

Dress your players the right way. **Madonne EUP Menu** gives your FiveM server a clean, fully configurable outfit equipping interface — with department restrictions, spawn areas, permission-based access, and gender filtering.

<figure><img src="/files/5gBqfqdWjrHqhaE8ISWK" alt=""><figcaption></figcaption></figure>

***

## 📖 About Madonne EUP Menu

Madonne EUP Menu allows players to browse and equip outfits through a simple NUI interface — **without any framework dependency**. Outfits are organized by category (department), each with its own logo and optional whitelist. Players can only see outfits matching their ped gender.

Server owners can define **spawn areas** with markers and optional NPC attendants, restrict outfit access by **department**, and fully control permissions via a dedicated `permissions.lua` file or any custom system.

***

## ✨ Main Features

* 🖥️ **Intuitive NUI Interface** — Players browse outfits by category with photos and names
* 🏢 **Department Restrictions** — Each spawn area can be limited to specific departments
* 🔒 **Outfit & Category Whitelisting** — Lock outfits or entire categories behind a permission code
* 👨👩 **Gender Filtering** — Outfits are automatically filtered by the player's ped gender (MP male / MP female)
* 📍 **Spawn Areas** — Restrict menu access to defined map zones with optional markers and NPC attendants
* 🎨 **Full Outfit Customization** — Configure every ped component (top, pants, shoes, hat, glasses, accessories…) and props per outfit
* 🔔 **Notification System** — Compatible with `notification`, `chat`, and custom handlers
* 🌍 **Full Translation Support** — All in-game strings are editable in a dedicated `TRANSLATIONS` table

***

## 🔗 Quick Links

* [📥 Installation](/paid-scripts/madonne-eup-menu/installation.md)
* [⚙️ Configuration](/paid-scripts/madonne-eup-menu/configuration.md)
* [❓ Common Errors](/paid-scripts/madonne-eup-menu/common-errors.md)


---

# 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://documentation.madonnestudio.com/paid-scripts/madonne-eup-menu.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.
