🐼 Scripts
um-multicharacter
setup
qbox

um-multicharacter

Framework

  • Make sure your qbx_core version are not old
  • 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

qbx_core

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

Convar

  • 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 qbx_core
ensure [qbx]
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'