🌏Spawnselector / Spawn
You can follow the methods below to integrate the spawnselector or to spawn automatically in the last position.
ESX Spawnselector Integration
Config.SpawnSelector = function()
-- ONLY USE FOR ESX FRAMEWORKS
-- You can spawn the character selector with export or trigger here
-- if you put the export or trigger please change return value to true
TriggerEvent('your-spawnselector-trigger-here')
exports['your-script']:openUI()
return true
endQBCore Spawnselector Integration
Last updated