Wasabi Scripts
StoreDiscordGitHub
  • Documentation
  • Dependency
    • 🔗wasabi_bridge
      • Dependencies
      • Installation
      • Configuration
      • Custom Notifications
      • Common Issues & Fixes
  • Advanced Series
    • 🚑wasabi_ambulance
      • Dependencies
      • Installation
      • Configuration
      • Death Screens
      • Exports / Events
      • State Bags
      • Customizations
      • Common Issues
        • QBCore
    • 🩺wasabi_crutch
      • Dependencies
      • Installation
      • Configuration
      • Exports
    • 👮‍♂️wasabi_police
      • Dependencies
      • Installation
      • Configuration
      • Exports
      • State Bags
      • Events
      • Customizations
    • 🔎wasabi_evidence
      • Dependencies
      • Installation
      • Configuration
      • Customizations
    • 🛡️wasabi_adminmenu
      • Dependencies
      • Installation
      • Configuration
    • 👷wasabi_multijob
      • Dependencies
      • Installation
      • Configuration
      • Replace ESX Boss Menus
    • 🔑wasabi_carlock
      • Dependencies
      • Installation
      • Configuration
      • Exports
      • Common Issues
        • QBCore
  • Core UI Series
    • 🖥️wasabi_loadingscreen
      • Configuration
    • 🧑‍🤝‍🧑wasabi_multichar
      • Dependencies
      • Installation
      • Configuration
      • Exports
      • Events
    • 💳wasabi_banking
      • Dependencies
      • Installation
      • Configuration
      • Exports
    • 👼wasabi_spawn
      • Dependencies
      • Installation
      • Configuration
      • Exports
      • Events
    • 🔔wasabi_notify
      • Exports / Events
      • Configuration
      • Change Framework Notify
    • ⏸️wasabi_pausemenu
      • Dependencies
      • Installation
      • Configuration
      • Exports
  • Heist Series
    • 🏦wasabi_pacificrobbery
      • Dependencies
      • Installation
      • Configuration
      • Events
    • 🏦wasabi_paletorobbery
      • Dependencies
      • Installation
      • Configuration
      • Events
    • 🏦wasabi_fleecarobberies
      • Dependencies
      • Installation
      • Configuration
      • Events
  • 💎wasabi_vangelicorobbery
    • Dependencies
    • Installation
    • Configuration
    • Events
  • 🔫wasabi_ammunationrobbery
    • Dependencies
    • Installation
    • Configuration
    • Events
  • 🚢wasabi_yachtheist
    • Dependencies
    • Installation
    • Configuration
    • Events
  • Free Releases
    • 👕fivem-appearance
      • Installation
      • Dependencies
      • Common Issues
      • Snippets
      • Exports
      • Examples
    • 👩‍💻wasabi_discord
      • Installation
      • Exports
Powered by GitBook
On this page
  1. Core UI Series
  2. wasabi_multichar

Installation

Basic installation instructions for this script

PreviousDependenciesNextConfiguration

Last updated 10 days ago


WARNING: Resource must be named wasabi_multichar in order to operate properly.

Make sure to remove esx_multicharacter, esx_identity, or related replacements.

  1. Ensure all dependencies are installed Be sure all are installed, running, and utilizing the latest versions available.

  2. Configure es_extended to use multi-character You must access es_extended/config.lua and set Config.Multichar to true if it's set to false.

  3. Configure Tebex (Optional) Obtain your Tebex secret key and place it within your server.cfg in this format: setr sv_tebexSecret PLACE_KEY_HERE Set your package ID in the configuration and find it by going to Tebex>Packages>The extra slot package and looking in the URL for the product ID.

  4. Add permissions to server.cfg You must add the following with your permissions to the server.cfg: add_ace group.admin wasabimulticharacter.staff allow add ace group.admin wasabimulticharacter.addvip allow

  5. Edit config as desired (Optional) Optional but recommended to go through the configuration and adjust to your likings.

  6. Drag-and-drop the script Drag wasabi_multichar in to your resources directory and add ensure wasabi_multichar to your server.cfg after all dependencies.

Enable your spawn selector by setting Config.skipSpawnSelector = false and Config.useCustomSpawnSelector = true.

Add your triggers in game/server/_customize/customize.lua within the CustomizedSpawnSelector function.

Implementing custom clothing, character creation, spawn selectors, and more; see our _customize directories.

Make sure to remove qb-multicharacter or related replacements prior to installation.

  1. Ensure all dependencies are installed Be sure all are installed, running, and utilizing the latest versions available.

  2. Configure Tebex (Optional) Obtain your Tebex secret key and place it within your server.cfg in this format: setr sv_tebexSecret PLACE_KEY_HERE Set your package ID in the configuration and find it by going to Tebex>Packages>The extra slot package and looking in the URL for the product ID.

  3. Add permissions to server.cfg You must add the following with your permissions to the server.cfg: add_ace qbcore.god wasabimulticharacter.staff allow

  4. Edit config as desired (Optional) Optional but recommended to go through the configuration and adjust to your likings.

  5. Drag and drop script Drag wasabi_multichar in to your resources directory and add ensure wasabi_multichar to your server.cfg after all dependencies.

Enable your spawn selector by setting Config.skipSpawnSelector = false and Config.useCustomSpawnSelector = true.

Add your triggers in game/server/_customize/customize.lua within the CustomizedSpawnSelector function.

Implementing custom clothing, character creation, spawn selectors, and more; see our _customize directories.

🧑‍🤝‍🧑
dependencies
dependencies