circle-arrow-downInstallation

Follow these steps to install 0r-multicharacterv3 on your FiveM server.

πŸ“₯ Step 1: Download

  1. Download the latest version from your purchase source

  2. Extract the downloaded archive

  3. Rename the folder to 0r-multicharacterv3 (remove any version numbers)


πŸ“ Step 2: Place Resource

Move the 0r-multicharacterv3 folder to your server's resources directory:

resources/
β”œβ”€β”€ [framework]/
β”œβ”€β”€ [0resmon]/
β”‚   └── 0r-multicharacterv3/    <-- Place here
β”œβ”€β”€ [standalone]/
└── ...
circle-info

The folder structure doesn't matter as long as FiveM can find the resource.


πŸ—„οΈ Step 3: Database Setup

Option A: Automatic Setup

The script will automatically create required tables on first start. However, we recommend manual setup for better control.

  1. Open insert-me.sql in the resource folder

  2. Execute the SQL in your database management tool (HeidiSQL, phpMyAdmin, etc.)


βš™οΈ Step 4: Server Configuration

Add the following to your server.cfg:

triangle-exclamation

πŸ”§ Step 5: Framework Configuration

For QBox (qbx_core)

Edit qbx_core/config/client.lua:

For ESX

Edit es_extended/shared/config/main.lua:


πŸš€ Step 6: First Start

  1. Start your server

  2. Check the console for any errors

  3. Connect to your server

  4. You should see the multicharacter selection screen


βœ… Verification Checklist

After installation, verify these work:


πŸ”„ Migrating from Another Multicharacter

From qb-multicharacter

  1. Stop qb-multicharacter

  2. Remove from server.cfg

  3. Your existing player data will work automatically

From esx_multicharacter

  1. Stop esx_multicharacter

  2. Remove from server.cfg

  3. Character data uses the same table structure

circle-exclamation

❓ Need Help?

If you encounter issues during installation:

  1. Check Common Issues

  2. Review the FAQ

  3. Join our Discordarrow-up-right for support

Last updated