14 lines
302 B
Lua
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) |