BSC-DeathTimeout
Introducing DeathTimeout - the free FiveM script that adds a realistic hurt system. Players are presented with title & text and remain hurt for a set time before being revived. Optional special effects & “adminclear” command available. Download now to elevate your gameplay.
Features:
- Standalone
- Setable Title and Texts
- Configurable Hurt Time
- Configurable Revive Event
- Configurable effects
- Admin command to reset a player
- Absolutely a free release
- Configurable Heartbeat sound ( read JS and mp3 )
Config Preview:
– Set up a table to store the configuration options
Config = {}– Title displayed when player is hurt
Config.Title = “You’re hurt”– Text displayed when player is hurt
Config.Text = “You’re currently hurt. Please wait for a medic or search for help.”– Time in seconds for which the player will be hurt
Config.Time = 25– Event to trigger the DeathTimeout. Add your revive event here.
Config.revive = “esx_ambulancejob:revive”– Enable/disable special screen effects when player is hurt
Config.EnableEffects = true– Effect to be applied when player is hurt. Full list of effects can be found here: All gta v screen effects
Config.Effect = “DeathFailMPIn”– Use your defined Command in Config.ResetCommand + ID (example: /adminclear ). If you dont speficy an id you will clear youself. This only works for admins to reset their players or themselves.
Config.ResetCommand = “adminclear”– btw Read JS to deactivate heartbeat sounds
PREVIEW :
Download now [Github]
Code is accessible | Yes |
Subscription-based | No |
Lines (approximately) | 100 ( lua ) |
Requirements | none |
Support | Yes |