โœจInstallation Qbx

How to install and how to use multicharacter for Qbx framework users. You can learn them here.

Connecting Multicharacter to Qbx

Let's go inside the Wais-multicharacterv2 folder and open the Config.lua file with an editor.

Change the Config.Framework variable in the first lines of the Config file as below.

Config.Framework = {
    ["Framework"] = "qbcore", -- esx or qbcore
    ["ResourceName"] = "qb-core", -- 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"] = "qb-core:getSharedObject" -- Event name for old cores.
}

Last updated