[ESX & QBCORE] Multicharacter script with metro entering scene

Buy

Description

Fully functional multicharacter system with metro character selection scene.

Features

  • UI is not obfuscated so you can edit it as you want
  • Supports ESX & QBCore
  • Command to switch between characters
  • Simple & clean register menu

Showcase

Config

Config = {
    -- events
    skinMenu = "esx_skin:openSaveableMenu", -- clientside (only for esx)
    register = nil, -- (esx) clientisde event name (string) / set to nil if want to use built-in system
    registered = nil, -- (esx) serverside event name (string) / set to nil if want to use built-in system

    -- where player will be spawned after creating character (used only for esx) 
    defaultSpawn = vec(-1039.753784, -2741.261475, 13.879150, 328.818909),

    -- amount of characters player can create (minimum 1, maximum 5)
    characterAmount = 4,

    -- allow players to switch character using command
    canSwitch = true,
    switchCommand = "switchcharacter",

    -- yes
    clothingScript = "default" -- default / raid_clothes / fivem-appearance / other
}

Register menu

register screenshot

Dependencies

If using ESX minimal required version is 1.3
If using QBCore you need qb-apartaments

Code is accessible No
Subscription-based No
Lines (approximately) 800+
Requirements listed above
Support Yes
2 Likes

will this work with ESX Legacy 1.6.0

Yes, as said in post. Script will work with any ESX version higher than 1.3. In case of any problems feel free to message me for help.

1 Like

Added QBCore support!

Will this work with FiveM appearance as I use that