Page cover

πŸ’ΏInstallation

Discover how to install your script.

β€’ STEP 1: DEPENDENCIES

Make sure the folder name is zr-multicharacter and that you have the following resources installed in your server!

  1. oxmysql.

  2. esx or qbcore (if you have different core name, you must change that in the config file).

  3. zr-identity. (both versions are compatible)

β€’ STEP 2: START ORDER

ensure zr-identity
ensure zr-multicharacter

Make sure in es_extended -> config.lua to change

Config.Multichar                 = GetResourceState("esx_multicharacter") ~= "missing"

And make it :

Config.Multichar                 = true
Config.Identity                  = true

β€’ STEP 3: DATABASE

DATABASE FOR ESX

Last updated