Dynamite timer - cyrillePrigent/uMod GitHub Wiki
Description
Display remaining time before dynamite explode.
Additional command
Work only in players console :
/dynatimer [0-1] : Enable / disable dynamite timer messages.
Server configuration
Enable / disable dynamite timer module.
Valid values | Default value |
---|---|
0 or 1 | 0 |
set u_dynamite_timer "0"
Set the countdown step list of dynamite timer.
Each value is separated by comma.
Default value |
---|
20,10,5,3,2,1,0 |
set u_dt_time_list "20,10,5,3,2,1,0"
Print "Dynamite planted at LOCATION"? This only affects this message, not the countdown messages.
Valid values | Default value |
---|---|
0 or 1 | 1 |
set u_dt_announce_plant "1"
Print dynamite timer messages and played sound to client if 1
Clients can set their default with 'setu u_dynatimer 1' (or 0)
Valid values | Default value |
---|---|
0 or 1 | 0 |
set u_dt_msg_default "0"
Where to put the dynamite timer msgs, see comment below.
See https://github.com/cyrillePrigent/uMod/wiki/Position-of-module-Message for valid locations.
set u_dt_msg_position "chat"
Client configuration
setu u_dynatimer 1
: Enable (1) / disable (0) dynamite timer messages.