Configuration & Exports (QB)
Configuration
ConfigurationDUSA.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'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
Tebex Integration
Tebex IntegrationLast updated