Installation
Basic installation instructions for this script
Last updated
Basic installation instructions for this script
Last updated
WARNING: Resource must be named wasabi_multichar
in order to operate properly.
Make sure to remove esx_multicharacter
, esx_identity
, or related replacements.
Ensure all dependencies are installed Be sure all are installed, running, and utilizing the latest versions available.
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.
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.
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
Edit config as desired (Optional) Optional but recommended to go through the configuration and adjust to your likings.
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.