๐งฉExports and Events
You need specific Exports or Events for your Scripts? Here is your way to go!
Event to register when the loading screen is shut down
RegisterNetEvent("SService:Client:OnLoadingScreenShutdown")
AddEventHandler(
"SService:Client:OnLoadingScreenShutdown",
function()
-- Your Code
end
)
Last updated