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

  • (Optional) MS_Madonne_Notify for enhanced notifications

  • (Optional) es_extended if using Framework = "esx"


⬇️ Step 1 β€” Download the resource

Download the latest version of MS_Madonne_CarSpawner 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_CarSpawner folder into your server's resources directory.

your-server/
└── resources/
    └── MS_Madonne_CarSpawner/
        β”œβ”€β”€ cfg/
        β”‚   β”œβ”€β”€ config.lua
        β”‚   β”œβ”€β”€ categories.lua
        β”‚   β”œβ”€β”€ vehicles.lua
        β”‚   └── parkings.lua
        β”œβ”€β”€ framework/
        β”‚   └── esx.lua
        β”œβ”€β”€ ui/
        β”œβ”€β”€ client.lua
        β”œβ”€β”€ permissions.lua
        └── fxmanifest.lua

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


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

Add the following line to your server.cfg:

⚠️ If you use MS_Madonne_Notify, make sure it is started before MS_Madonne_CarSpawner.


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

Open the files inside the cfg/ 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 Car Spawner is now ready to use! βœ…

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

Last updated