uyuyorumstoreuyuyorumstore
um-multicharacter

Setup

Setup guide for um-multicharacter

Select Framework

Firstly

  1. Make sure your qbx_core version are not old
  2. stop basic-gamemode in server.cfg (do not add this again, if you have this, replace ensure with stop)
  3. Replace web > build > logo.png with your server logo (Please keep the file size small, no one wants to upload a 10MB logo)
  4. Then, go to the config.lua file 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

server.cfg
# um config
setr um:NewPlayerApartmentInsideStart "true"

qbx_core

client.lua
qbx_core > config > client.lua
useExternalCharacters = false set true
startingApartment = true set false

Server.cfg

Make sure that [um] is at the end general load order

server.cfg
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

  1. Make sure your qb-core version are not old
  2. Delete qb-multicharacter or other-multicharacter
  3. stop basic-gamemode in server.cfg (do not add this again, if you have this, replace ensure with stop)
  4. Replace web > build > logo.png with your server logo (Please keep the file size small, no one wants to upload a 10MB logo)
  5. Then, go to the config.lua file 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

server.cfg
# um config
setr um:NewPlayerApartmentInsideStart "true"

Server.cfg

Make sure that [um] is at the end general load order

server.cfg
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

  1. Make sure your es_extended version are not old
  2. Delete esx_multicharacter or other-multicharacter
  3. stop basic-gamemode in server.cfg (do not add this again, if you have this, replace ensure with stop)
  4. Replace web > build > logo.png with your server logo (Please keep the file size small, no one wants to upload a 10MB logo)
  5. Then, go to the config.lua file and configure it according to your preferences.

Convar

Add this to your server.cfg

Steam Identifier

server.cfg
set esx:identifier "your_identifier_type" # license, discord, steam

um-multicharacter config

Identifier and Prefix

um-multicharacter > config
Config.Identifier = 'your_identifier_type' -- license, discord, steam
Config.Prefix = 'char'

SQL [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

server.cfg
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'

How to Guides

On this page