CoreM
Store
  • 👋Welcome
  • 🧠crm-core
    • 📀Installation
    • ⚙️Configuration
  • 🟡crm-multicharacter
    • 💿Installation
    • ⚙️Configuration
  • 👕crm-appearance
    • 💿Installation
    • ⚙️Configuration
    • 👕Generate Images
  • 🎨crm-tattoos
    • 💿Installation
    • ⚙️Configuration
  • ⏯️crm-pausemenu
    • 💿Installation
  • 🟠crm-scoreboard
    • 💿Installation
    • ⚙️Configuration
  • 🖥️crm-hud
    • 💿Installation
    • ⚙️Configuration
  • 🟢crm-radialmenu
    • 💿Installation
    • ⚙️Configuration
  • ⚒️crm-loadingscreen
    • 💿Installation
  • 💰crm-banking
    • 💿Installation
    • ⚙️Configuration
  • 🎯crm-target
    • 💿Installation
    • ⚙️Configuration
  • 🛍️crm-shopscreator
    • 💿Installation
Powered by GitBook
On this page
  • 1. Download Resource
  • 2. Dependencies
  • 3. Asset Arrangement
  • 4. Database
  • 5. Enable Multicharacter
  • 6. Colors
  1. crm-multicharacter

Installation

Installation guide and fundamental concepts of crm-multicharacter.

Previouscrm-multicharacterNextConfiguration

Last updated 4 months ago

If you prefer us to handle the script installations for you, simply reach out to us on our Discord server, and one of our developers will assist you promptly.

1. Download Resource

To begin, download your recently purchased resource from . To do this, log in to your account and navigate to the 'Asset Grants' section, where you will find our resources.

2. Dependencies

All CoreM scripts rely solely on the crm-core resource, which serves as the central component for their functionality. When you purchase any script from our store, you will receive the crm-core resource at no additional cost, as it forms the foundation of our scripts.

WARNING!

Before installing any other CoreM resources, ensure that you have installed the crm-core resource first. You can find detailed installation instructions for crm-core on its dedicated .

3. Asset Arrangement

Make sure to delete any old multicharacter / identity / spawn script from your resources folder.

  1. Create a Folder: In your resources directory, create a new folder and name it [crm-scripts].

  2. Organize Resources: Place the crm-core and crm-multicharacter packages in this newly created [crm-scripts] folder. Additionally, if you have purchased any other coreM resources, also put them in the same folder.

  3. Server.cfg file: In your server.cfg file, you should ensure the crm-core resource first, followed by the [crm-scripts] folder.

  4. You should ensure corem scripts always after your qb-core / qbx-core / es_extended resource!

ensure crm-core
ensure [crm-scripts]

4. Database

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

5. Enable Multicharacter

  • For ESX Users: Ensure that Config.Multichar = true and Config.Identity = true are enabled in your es_extended configuration file.

  • For Qbox Users: Verify that characters.useExternalCharacters = true is set in the qbx_core -> config -> client.lua file.

6. Colors

You have the ability to modify the colors of all our scripts centrally from a single location.

crm-core -> crm-web -> crm-styles -> crm-main.css

/* ************************ crm-atoms ************************ */

:root {
    --crm-dark: 39, 39, 39;
    --crm-second: 52, 52, 52;
    --crm-third: 30, 30, 30;
    --crm-primary: 255, 176, 96; 
    --crm-white: 255, 255, 255;
    --crm-danger: 218, 55, 60;
    --crm-success: 36, 128, 70;
    --crm-warning: 207, 177, 54;
}
🟡
💿
corem.tebex.io
keymaster
installation page