🔧Installation
Installation for QBCore
Go to resources folder a put into that de script
origen_titlemenu
¡IMPORTART! DISABLE ANY MULTICHARACTER SCRIPT IF YOU HAVE AND QB-SPAWN
Upload the sql file into your database.
Go to .config file inside the origen_titlemenu resurce and put
Config.Framework = "qbcore" -- qbcore or esx
Config.ClothSystem = "qb-clothing" -- qb-clothing, skinchanger, fivem-appearance, rcore_clothingAdd logs: Go to the
origen_titlemenu/custom/server/logs.lua. In that part you can add the all Logs using the discord webhooks for your server. If you didn't want to insert the logs only put false in that section.Enjoy !! 😄
Installation in ESX
Place the origen_titlemenu folder on your server.
Upload the sql file into your database, use the files esx.sql and general.sql
¡IMPORTART! DISABLE ANY MULTICHARACTER SCRIPT IF YOU HAVE.
Remove any previous multicharacter scripts (including esx_identity)
Go to your es_extended and look in the config file for this line:
Config.Multichar= GetResourceState("esx_multicharacter") ~= “missing”And change it for thisConfig.Multichar = trueAlso make sure you have this set to true:Config.Identity = true
Add logs: Go to the
origen_titlemenu/custom/server/logs.lua. In that part you can add the all Logs using the discord webhooks for your server. If you didn't want to insert the logs only put false in that section.
Final Step
Look the config.lua and adjust the values according to your needs and finally restart your server and enjoy!! 😄
Last updated