📒Installation ESX
How to install and how to use multicharacter for ESX framework users. You can learn them here.
Config.Multichar = GetResourceState("esx_multicharacter") ~= "missing"Config.Multichar = true
Connecting Multicharacter to ESX
Config.Framework = {
["Framework"] = "esx", -- esx or qbcore
["ResourceName"] = "es_extended ", -- es_extended or qb-core or your resource name
["NewCore"] = true, -- If you use the new core, set this to true ( esx or qb ). If you are using the old one, make it false and edit the event below according to yourself.
["SharedEvent"] = "esx:getSharedObject" -- Event name for old cores.
}Last updated