Var-Documentation
  • 📚Var Documentation
  • 🌎Theme / Translate
    • Change theme
    • Change language
  • 🔓For open source
    • Change UI
  • 👕Clothes Shop
    • Installation
    • 🔩Configuration
      • 🏳️Blips/Marker
      • 📚Translate
      • 📷Change cam and pos
  • 🃏Casino
    • Installation
    • 🔩Configuration
      • 🏳️Main config
      • 🏇Horse
      • 🎡Lucky Whell
      • 📚Translate
  • 🕺Emote
    • Installation
    • 🔩Configuration
      • 🏳️Main config
      • 💃Emote List
      • 📚Translate
  • ⚔️Crew
    • Installation
    • 🪛Export
  • 👮Alert Job
    • Installation
    • 🪛Server Export
  • 🔐Pin Code
    • Installation
    • 🪛Export
  • 🏢Society Manager
    • Installation
    • 🪛Export
    • 🔩Configuration
      • 📚Translate
      • 💵Max salary
      • 📜Last invoice
  • 🏘️Property
    • Installation
    • 🔩Configuration
      • 📚Translate
      • 🖼️Add interior
  • 💈Barber shop
    • Installation
    • 🔩Configuration
      • 🔓Change menu (Open source)
      • 🏳️Blips
      • 📚Translate
      • ✂️Add shop
  • 🛒Shop with basket
    • Installation
    • 🔩Configuration
      • 🍏Item/Category config
      • 🏳️Blips/Marker
      • 📚Translate
      • ➕Add shop
  • 🖋️Tattoo shop
    • Installation
    • 🔩Configuration
      • ✏️Edit Tattoo
      • 🏳️Blips/Marker
      • 📚Translate
      • ➕Add shop
  • 🏡Gardener Job
    • Installation
    • 🔩Configuration
      • ℹ️Change pos farm
      • 🏳️Blips
      • 📚Translate
  • 🏧Heist ATM
    • Installation
    • 🔩Configuration
      • 💰Event money
      • 📚Translate
      • 👮Police alert
  • 🏦Heist Fleeca
    • Installation
    • 🔩Configuration
      • 📚Translate
      • 📍Pos Fleeca Heist
  • 🏙️Poster Job
    • Installation
    • 🔩Configuration
      • ℹ️Change pos farm
      • 🖼️Change poster texture
      • 🏳️Blips/Marker
      • 📚Translate
  • 🖼️Loading Screen
    • Installation
    • ⚙️Configuration
  • 🏦Bank
    • Installation
    • 🔩Configuration
      • 🧍‍♂️Ped
      • 🏳️Blips
      • 📚Translate
      • 🚩Add Bank Pos
      • 🏢Society
  • 🚘AutoCarDealer
    • Installation
    • 🔩Configuration
      • ➕Add Vehicles
      • 📚Translate
      • 🏳️Blips
      • 📍Coords
  • 📸Character Creator
    • Installation
    • 🔩Configuration
      • 📚Translate
      • 😃Expression
      • ⚙️Spawn
  • 👥Multi Character
    • Installation
    • 🔩Configuration
      • 📚Translate
      • 📸Change Character Creator
      • ⚙️Commands
  • 📝Bill
    • Installation
    • 🔩Configuration
      • 📚Translate
      • #️⃣Control
Powered by GitBook
On this page
  • 1. Log in to your keymaster account
  • 2. Download resource
  • 3. Edit the scripts to align with the standard core resources
  • 5. Launch your resource
  1. Multi Character

Installation

PreviousSpawnNextConfiguration

Last updated 5 months ago

1. Log in to your keymaster account

Connect via this site: with your CFX account to which your purchase was made on the store

2. Download resource

3. Edit the scripts to align with the standard core resources

@esx_multicharacter

  1. Delete esx_multicharacter folder.

  2. Open @es_extended/config.lua and set GetResourceState("Var-MultiChar") ~= "missing" to Config.Multichar

  3. Add SQL

CREATE TABLE `multicharacter_slots` (
	`identifier` VARCHAR(60) NOT NULL,
	`slots` INT(11) NOT NULL,
	PRIMARY KEY (`identifier`) USING BTREE,
	INDEX `slots` (`slots`) USING BTREE
) ENGINE=InnoDB;

ALTER TABLE `users` ADD COLUMN
	`disabled` TINYINT(1) NULL DEFAULT '0';

@qb-multicharacter

  1. Delete qb-multicharacter folder.

  2. Add SQL

CREATE TABLE `multichars_slots` (
    `identifier` VARCHAR(60) NOT NULL,
    `slots` INT(11) NOT NULL,
    PRIMARY KEY (`identifier`) USING BTREE,
    INDEX `slots` (`slots`) USING BTREE
) ENGINE=InnoDB;

ALTER TABLE `players` ADD COLUMN `disabled` TINYINT(1) NULL DEFAULT '0';

5. Launch your resource

Once the download is complete, unzip the file and drag it into the resources folder of your server.

If you added the resource while your server was already running, remember to do the refresh command and then ensure the resource.

refresh
ensure Var-MultiChar
👥
https://keymaster.fivem.net/
https://www.var-fivem.com/
Go to the Granted Assets category and download the most recent version of the Multi Character
Page cover image