hammerGeneral Settings

In this section you will see how to configure the script

Follow these steps to start the resource without problems

  1. First, select your framework. Note that if you are using ESX Legacy or recent versions, select ESX, and if you are using older versions, select OLDESX.

Config.Framework = '' -- 'ESX' or 'OLDESX' | 'QBCore' | 'QBox'
  1. Then, specify your language so that the script is in one language or another.

--[[  
Configure your language using the following:
    'es' -> Spanish
    'en' -> English
    'fr' -> French
    'de' -> German
    'it' -> Italian
    'pt' -> Portuguese
]]
Config.Locale = 'es' 
  1. Configure the script to your liking in Setting.lua; all parameters are explained in their corresponding configurations

  2. Load the database specified according to your framework

  3. If you're using ESX, go to es_extended/shared/config/main.lua and in the function Config.Multichar = GetResourceState("esx_multicharacter") ~= "missing" you need to put: Config.Multichar = GetResourceState("jc_multicharacter") ~= "missing"

Enjoy the best multi-character system.

Last updated