um-multicharacter
Setup
Setup guide for um-multicharacter
Select Framework
Firstly
- Make sure your
qbx_coreversion are not old stop basic-gamemodein server.cfg (do not add this again, if you have this, replace ensure with stop)- Replace
web > build > logo.pngwith your server logo (Please keep the file size small, no one wants to upload a 10MB logo) - Then, go to the
config.luafile and configure it according to your preferences.
Convar
Add this to your server.cfg
Apartment Start
If you want the new character to start inside the apartment, make it true, for outside like airport make it false
# um config
setr um:NewPlayerApartmentInsideStart "true"qbx_core
client.lua
useExternalCharacters = false set true
startingApartment = true set falseServer.cfg
Make sure that [um] is at the end general load order
setr um:NewPlayerApartmentInsideStart "true"
--------------
ensure oxmysql
ensure ox_lib
ensure qbx_core
ensure [qbx]
ensure [standalone]
--------------
ensure [um] # um-multicharacter, other um scripts etc.
------------Firstly
- Make sure your
qb-coreversion are not old - Delete
qb-multicharacterorother-multicharacter stop basic-gamemodein server.cfg (do not add this again, if you have this, replace ensure with stop)- Replace
web > build > logo.pngwith your server logo (Please keep the file size small, no one wants to upload a 10MB logo) - Then, go to the
config.luafile and configure it according to your preferences.
Convar
Add this to your server.cfg
Apartment Start
If you want the new character to start inside the apartment, make it true, for outside like airport make it false
# um config
setr um:NewPlayerApartmentInsideStart "true"Server.cfg
Make sure that [um] is at the end general load order
setr um:NewPlayerApartmentInsideStart "true"
--------------
ensure oxmysql
ensure ox_lib
ensure qb-core
ensure [qb]
ensure [standalone]
--------------
ensure [um] # um-multicharacter, other um scripts etc.
------------Firstly
- Make sure your
es_extendedversion are not old - Delete
esx_multicharacterorother-multicharacter stop basic-gamemodein server.cfg (do not add this again, if you have this, replace ensure with stop)- Replace
web > build > logo.pngwith your server logo (Please keep the file size small, no one wants to upload a 10MB logo) - Then, go to the
config.luafile and configure it according to your preferences.
Convar
Add this to your server.cfg
Steam Identifier
- If you're going to use Steam identifier, you'll need this.
- Using the Steam API Key Manually on the Server
set esx:identifier "your_identifier_type" # license, discord, steamum-multicharacter config

Config.Identifier = 'your_identifier_type' -- license, discord, steam
Config.Prefix = 'char'esx_loadingscreen (If you are using this)
Config.Fade = falseSQL [es_extended] (optional)
- If you think your SQL is missing, add this to your legacy.sql
Server.cfg
Make sure that [um] is at the end general load order
setr um:NewPlayerApartmentInsideStart "true"
--------------
ensure oxmysql
ensure ox_lib
ensure es_extended
ensure [esx]
ensure [standalone]
--------------
ensure [um] # um-multicharacter, other um scripts etc.
------------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'