Page cover

πŸ’ΏInstallation

Discover how to install your script.

β€’ STEP 1: DEPENDENCIES

Make sure you have this 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.

β€’ 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