Installation
How to properly install Multicharacter resource
Removing esx_multicharacter
Make sure to totally remove esx_multicharacter from /resources/[core]/
Changing es_extended config
Firstly, we need to apply the changes to the config file. If you're on ESX Legacy 1.12 and above find es_extended/shared/config/main.lua Any other version, go to es_extended/config.lua Find this variable:
Config.Multichar = GetResourceState("esx_multicharacter") ~= "missing"And change it to:
Config.Multichar = trueNow you applied the core changes to the framework!
Installing the resource
Drag resource into your /resources folder. Voila! ๐
Disabling QBOX default Multicharacter
Headover to the /qbx-core/config/client.lua and set at line 8
useExternalCharacters = true

Installing the resource
Drag resource into your /resources folder.
Voila! ๐ Why those changes are crucial? QBOX prioritize identifiers starting from the license2, that way we can't just set the identifier for license2 since some percentage of the users does not have that identifier.
Last updated