Installation

Before you start, make sure you're logged into the CFX portal. This ensures you can download the asset and receive future updates.

Downloading Dependencies

Dependencies are very important — you need to install them before moving on to the installation of our script.


Server.cfg

All dependencies you’ve installed must be started before our script. Make sure to follow the correct start-up order in your server.cfg.

ensure ox_lib
ensure op-bot
ensure op-multicharacter

Additional Steps (Important):

  1. Go to your es_extended

  2. Find config file located in shared/config/main.lua

  3. Change line:

  • From: Config.Multichar = GetResourceState("esx_multicharacter") ~= "missing"

  • To: Config.Multichar = true


Final Step

Make sure you deleted other Multicharacter scripts from your server, like esx_multicharacter or qb-multicharacter!

Last updated