🛠️Setup

This is a detailed setup guide for Death Screen. If you have any questions before making a purchase, you can contact us on Discord

Config

  • This Script requires a death system. Basically, it's an add-on script, not a death system itself.

  • You can use the death screen in both ways, either by pressing a key or by using the mouse to perform an action.

  • There are four buttons by default to configure: EMS Help, Force Respawn, Accept Die, and Report Player. You can customize these buttons as per your preference.

  • If you want to edit the language, you can directly do that under index.html.

  • A detailed guide for each thing is provided in the configuration. Please take a look at it.

  • Toggle Death Screen UI:

    Example Usage:
    TriggerEvent('cs:deathscreen:show')
  • To update the Death Screen buttons, set 'true' or 'false' to disable or enable a particular button, like this: TriggerEvent('cs:deathscreen:button', EMSHelp, ForceRespawn, AcceptDie, Report)

    Example Usage:
    TriggerEvent('cs:deathscreen:button', true, false, false, true)
  • To update the death screen UI text and timer: TriggerEvent('cs:deathscreen:update', 'Any UI Text', death timer in number)

    Example Usage:
    TriggerEvent('cs:deathscreen:update', 'You Are Dead', 10)

Last updated