๐Ÿงฉ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
)

If you need a Export that is not listed above, feel free to open a ticket at our Discord, so that we can implement your new Export in no time!

Last updated