This repository has been archived on 2025-12-11. You can view files and clone it, but cannot push or open issues or pull requests.

14 lines
302 B
Lua

RegisterNUICallback('remove', function(data, cb)
--ShutdownLoadingScreenNui()
end)
RegisterNetEvent("origen_titlemenu:client:OnPlayerJoined", function()
-- SendNUIMessage({
-- action = "terminar"
-- })
Citizen.Wait(1100)
ShutdownLoadingScreen()
ShutdownLoadingScreenNui()
end)