2019-07-31 22:44:17 -05:00
2019-05-27 19:01:37 -05:00
2019-05-28 13:26:56 -05:00
2019-07-31 22:18:05 -05:00
2019-07-31 22:18:05 -05:00

death_timer

Players are forced to wait an amount of time on re-spawn.

On death players are cloaked and their interact privilege is removed.

Players are held in place by a entity.

config

The initial timeout on respawn.

death_timer.initial_timeout = 8

The extra timeout values to add after the initial timeout (disable this by setting it to zero)

death_timer.timeout = 1

The time it takes to reduce the death timeout (disable this by setting it to zero)

death_timer.timeout_reduce_loop = 3600

The amount to reduce from the death timer timeout (disable this by setting it to zero)

death_timer.timeout_reduce_rate = 1
Description
No description provided
Readme 105 KiB
Languages
Lua 100%