For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

πŸ“‹ Requirements

  • A FiveM server running on artifact 2699 or above

  • An EUP pack installed on your server (ped components and props must exist server-side)


⬇️ Step 1 β€” Download the resource

Download the latest version of MS_Madonne_EUPMenu from the CFX Portal, the official Cfx.re platform for downloading your purchased resources.

πŸ’‘ You must be logged in with the FiveM account used to purchase the resource.


πŸ“ Step 2 β€” Add to your server

Copy the MS_Madonne_EUPMenu folder into your server's resources directory.

your-server/
└── resources/
    └── MS_Madonne_EUPMenu/
        β”œβ”€β”€ client/
        β”‚   β”œβ”€β”€ core/
        β”‚   └── custom/
        β”‚       └── notifications.lua
        β”œβ”€β”€ server/
        β”‚   β”œβ”€β”€ core/
        β”‚   └── custom/
        β”‚       └── permissions.lua
        β”œβ”€β”€ config/
        β”‚   β”œβ”€β”€ config.lua
        β”‚   β”œβ”€β”€ categories.lua
        β”‚   └── outfits.lua
        β”œβ”€β”€ ui/
        └── fxmanifest.lua

⚠️ The folder name must remain exactly MS_Madonne_EUPMenu. Renaming it will break the resource.


πŸ“ Step 3 β€” Add to server.cfg

Add the following line to your server.cfg:


βš™οΈ Step 4 β€” Configure the resource

Open the files inside the config/ folder and configure them to match your server setup.

Refer to the βš™οΈ Configuration page for a full breakdown of every option.


πŸ”„ Step 5 β€” Restart your server

Restart your server or run the following command in the console:

Madonne EUP Menu is now ready to use! βœ…

Players can open the outfit menu by pressing F7 (default), using the /eup command, or by walking into a configured spawn area.

⚠️ Players must be using an MP freemode ped (mp_m_freemode_01 or mp_f_freemode_01) to access the menu. The resource will display a notification if the player's ped is not compatible.

Last updated