Prueba a poner algo asi en el client de la pantlla de cargar
RegisterNUICallback('remove', function(data, cb)
--ShutdownLoadingScreenNui()
end)
RegisterNetEvent("origen_loading:client:loadedEv")
AddEventHandler("origen_loading:client:loadedEv", function()
SendNUIMessage({
action = "terminar"
})
Citizen.Wait(1100)
ShutdownLoadingScreen()
ShutdownLoadingScreenNui()
end)
Y luego desde el server que cargan los personajes le pones un trigerclientevent y ya