Common Issues
Common Issues that you might encounter while using the resource.
Issue 1: The interior is not loading
If the interior is not loading, make sure that you have enabled the IPL named sf_fixeroffice_kt1_05 in your server. some maps/script may disable this IPL.
Issue 2: The default character is spawning infront of main character on character selection in QBCore
Replace your [cfx-default]\[gamemodes]\basic-gamemode\basic_client.lua content with the one given below
AddEventHandler('onClientMapStart', function()
exports.spawnmanager:setAutoSpawn(false)
exports.spawnmanager:forceRespawn()
end)Last updated on