🐼 Scripts
um-multicharacter
setup
esx

um-multicharacter

Framework

  • Make sure your esx_core version are not old

Installation

Firstly

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

um-multicharacter > config | needs to be set important ones

Config.Identifier = 'license' -- license or steam or discord
 
Config.Prefix = 'char'

esx_multicharacter

  • delete esx_multicharacter

esx_loadingscreen (If you are using this)

  Config.Fade = false

SQL [esx_core]

Server.cfg

💡

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

ensure oxmysql
ensure ox_lib
------------------
ensure es_extended
ensure [core]
ensure [standalone]
------------------
ensure um-multicharacter

Optional (More stable)

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

Requirements