💀HRDeathScreen

New death screen with clean design & support for QBCore & ESX frameworks

Dependencies

The Ox framework support is still not ready and unstable

Installation

  • Download the dependencies

  • Write this in your server.cfg:

    start HRLib
    start framework
    start HRDeathScreen
  • Restart your server

Video Preview

Config Preview

config.language = 'en'

config.enableSuicideCmd = true

config.timeLeft = '3:00' -- minutes:seconds

config.logs = {
    enableLogs = true,
    webHookURL = 'https://discord.com/api/webhooks/....................................',
    botName = 'Logs',
    messageTitle = 'Death Log'
}

config.respawnButton = {
    enableWithNotEnoughDoctors = true,
    enableAfter = 0 -- It turns on the button after there are no more doctors than this number
}

The players can use /suicide to kill themselves

Last updated