🐼 Scripts
um-multicharacter
setup
qbcore

um-multicharacter

Firstly

  • Make sure your qb-core version are not old
  • 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 (Please keep the file size small, no one wants to upload a 10MB logo)
  • Then, go to the config.lua file and configure it according to your preferences.

Installation

Convar

  1. Add this to your server.cfg

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

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'