๐ŸงฉExports and Events

You need specific Exports or Events for your Scripts? Here is your way to go!

Change for the player the loadingscreen to the Crimelife deathscreen, for events like Gangwars...

exports["S-Deathscreen"]:StartClDeathscreen(seconds)

Stop the Crimelife deathscreen to switch to the normal one

exports["S-Deathscreen"]:StopClDeathscreen()

Disable / Enable the Deathscreen

exports["S-Deathscreen"]:SetDeathscreenState(toggle) // false: enable; true: disable

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