You will find insert.sql file inside your dusa_multicharacter script, open it on your database and press run for inserting
Configuration
Set Framework
DUSA.Framework = "qb" -- qb / oldqb
DUSA.CustomFramework = true
function CustomFrameworkExport() -- Add the export here, as in the following example.
QBCore = exports['qb-core']:GetCoreObject()
end
DUSA.PlayerLoadedExport = 'QBCore:Server:PlayerLoaded'
DUSA.PlayerUnloadedExport = 'QBCore:Server:OnPlayerUnload'
Custom Spawnselector ( IF YOU WANT TO USE ANOTHER SPAWN SELECTOR SCRIPT )
Set DUSA.CustomSpawnSelector = true
Place your spawn selector open event inside function
DUSA.CustomSpawnSelector = false -- true value will disable dusa_spawnselector, will run export below
function CustomSpawnSelector()
-- Add your custom spawn selector trigger here (client side only)
end
Translation
You can edit these lines for all translations ( UI included )