Skip to main content

Installation

Step-by-step installation guide for Code9 Multicharacter

This section

Installation

Requirements

DependencyRequired?Notes
oxmysql / mysql-async / ghmattimysqlYes (one)Database driver
FiveM Server 5848+YesMinimum artifact version
es_extended / qb-core / qbx_coreYes (one)Framework — auto-detected
Skin scriptYes (one)Any supported skin script for character creation
screenshot-basicOptionalFor profile photo feature
qb-apartmentsOptionalFor apartment-based spawn locations

Steps

1. Extract Resource

Extract the code9_multichar folder into your server's resources/ directory.

2. Add to server.cfg

ensure oxmysql
ensure code9_multichar

3. Database Setup

Import the SQL file:

data.sql

This creates 3 tables (multichar_music, multichar_purchases, multichar_slots) and adds a settings column to the existing players table.

4. Configure

Edit shared/config.lua to set your character slots, spawn locations, backgrounds, poses, starter items, and skin script preferences.

5. Start Server

Restart your server. The multicharacter screen appears automatically when players connect.