Installation

Quasar Multicharacter & Spawn is a modern character selection and spawn system for FiveM. It offers a clean, animated interface where players can create, delete, and select characters quickly. Integrated with housing, apartments, and job systems, it remembers last positions and spawns, ensuring smooth transitions. Designed for immersion, performance, and full compatibility with Quasar scripts.


Download Script

To download the assets needed for this script, you must access the official Cfx.re portal, where all assets purchased through Tebex are managed.

  1. Go to the following link: 🔗 https://portal.cfx.re/assets/granted-assets

  2. Log in with the same Cfx.re account you used to make the purchase.

  3. In the list of granted assets, find and download the following:

    • Multicharacter


Download Dependencies

This script requires some mandatory dependencies to function correctly. Make sure to download and extract them inside your server’s main directory, keeping their original folder structure intact.


Removing Conflicting Assets

  • ESX Version: Remove esx_multicharacter.

  • QBCORE Version: Remove qb-multicharacter, and optionally qb-spawn if you want to use Quasar’s built-in spawn selector. The asset also supports qb-apartments if enabled in the fxmanifest.lua.

  • For QBX users: Go to qbx_core/config/client.lua and set useExternalCharacters = false.


Server.cfg Placement

This script must always start after es_extended or qb-core, never before. We recommend placing it below them in your server.cfg, ensuring all dependencies are loaded first to prevent errors or unexpected behavior.


Database Setup

This script includes an essential database required for its operation. You must import it before starting your server, preferably using HeidiSQL or any other manager compatible with MariaDB/MySQL.

DATABASE ESX/QBCORE

Saving Clothing Images

When you finish generating and saving clothing images, you must disable the option:

If you leave it enabled, your fivemanage.com token could be exposed and players may steal it.

How to use fivemanage.com

Now we’ll connect the phone’s photo system. Go to https://fivemanage.com, create an account, and generate a token.

Then open this file: qs-smartphone-pro/server/custom/webhooks/webhooks.lua and paste your token inside the section called Config.Webhook.

Simple guide for fivemanage.comg 🔗 https://www.youtube.com/watch?v=3MMCbAckK1M

Your token must be placed here:

Always make sure to keep your token private and disable the image saver once the process is complete.