Skip to main content

QBCore

Framework

  • Make sure your qb-core version are not old

Install

  • delete qb-multicharacter or other multicharacter
  • stop basic-gamemode in server.cfg (do not add this again, if you have this, replace ensure with stop)
  • Replace web > build > logo.png with your server logo (Appears for someone creating a character for the first time)
  • Then, go to the config.lua file and configure it according to your preferences.

What needs to be set in the config? (Important ones)

Config.ConvertQBoxLicense = false -- for qbox

Config.Clothing = 'illenium-appearance'
--[[
illenium-appearance,
fivem-appearance (old illenium for qb or esx, not default version),
qb-clothing
or custom
(
[custom] should work close to them or support events,
otherwise your old clothing menus will not work with um-multicharacter
)
]]

Config.SkinTable = 'playerskins' -- If you are using skins inside players just set 'skin' | playerskins or skin

Config.AnimationMenu = 'other' -- rpemotes, scully, other [list/animationlist.lua]

Server.cfg

caution

You need to do the sorting correctly (um-multicharacter must always be at the end)

ensure oxmysql
ensure ox_lib

ensure qb-core
ensure [qb]
ensure [standalone]

ensure um-multicharacter

Requirements

Optional (More stable)

  • If you have a loading screen check fxmanifest.lua, add it if it doesn't have it loadscreen_manual_shutdown 'yes'

Bonus (Tutorial installation from users)