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 = true
Now you applied the core changes to the framework!
Installing the resource
Drag resource into your /resources folder. Voila! 🎉
Last updated