Files
bladwin-RP/lua/bladw_deathscreen/config/sh_config.lua
T
2026-06-23 11:41:04 +02:00

9 lines
529 B
Lua
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
bladw_deathscreen = bladw_deathscreen or {}
bladw_deathscreen.Config = bladw_deathscreen.Config or {}
bladw_deathscreen.Config.Timer = 60 -- Temps en secondes avant de respawn
bladw_deathscreen.Config.Title = "Tu es mort trop tôt."
bladw_deathscreen.Config.Subtitle = "Patientez jusqu’à ce quun médecin vous stabilise. Les médecins sont en route."
bladw_deathscreen.Config.Stabilizer = "Vous avez été stabilisé par un médecin, veuillez patienter…"
bladw_deathscreen.Config.Respawn = "Cliquez pour réapparaitre."