Installation

Installation guide and fundamental concepts of crm-multicharacter.

1. Download Resource

To begin, download your recently purchased resource from our store

To do this, log in to your cfx portal account and navigate to the 'Asset Grants' section, where you will find your owned resources.


2. Dependencies

Before installing Multicharacter, you must ensure the following dependency is installed:

  • crm-core – The core system powering all CoreM scripts. (install first !)

Installation

3. Asset Arrangement

Place the crm-multicharacter package inside the [crm-scripts] folder:

resources/
└── [crm-scripts]/
    β”œβ”€β”€ crm-core
    β”œβ”€β”€ crm-multicharacter
    └── ... (any other CoreM scripts)

In your server.cfg, you must:

  1. Ensure crm-core first

  2. Then ensure the entire [crm-scripts] folder


4. Database

Execute the SQL queries found in the crm-sql folder within your database, skipping this step if no files are present.


5. Framework Setup

Before using crm-multicharacter, you need to configure your framework and remove any conflicting scripts.

Remove Other Multicharacter / Identity / Spawn Scripts

If you have any of the following scripts, remove them from your server:

  • esx_multicharacter, esx_identity

  • qb-multicharacter, qb-spawn

  • Any other multicharacter, identity or spawn scripts

ESX Framework Setup

Edit the file:

Find this line:

Replace it with:

βœ… This ensures ESX uses crm-multicharacter instead of any legacy multicharacter system.

Last updated