Installation
Follow these steps to install 0r-multicharacterv3 on your FiveM server.
📥 Step 1: Download
Download the latest version from your purchase source
Extract the downloaded archive
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]/
└── ...🗄️ 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.
Option B: Manual Setup (Recommended)
Open
insert-me.sqlin the resource folderExecute the SQL in your database management tool (HeidiSQL, phpMyAdmin, etc.)
⚙️ Step 4: Server Configuration
Add the following to your server.cfg:
Critical: Remove or disable these conflicting resources:
basic-gamemodespawnmanager(if using standalone)qb-multicharacter(if migrating)Any other spawn/multicharacter scripts
🔧 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
Start your server
Check the console for any errors
Connect to your server
You should see the multicharacter selection screen
✅ Verification Checklist
After installation, verify these work:
🔄 Migrating from Another Multicharacter
From qb-multicharacter
Stop
qb-multicharacterRemove from server.cfg
Your existing player data will work automatically
From esx_multicharacter
Stop
esx_multicharacterRemove from server.cfg
Character data uses the same table structure
Always backup your database before migrating!
❓ Need Help?
If you encounter issues during installation:
Check Common Issues
Review the FAQ
Join our Discord for support
Last updated