Advanced adrenaline - cyrillePrigent/uMod GitHub Wiki
Description
Sound is played near a player using Adrenaline and the user also has a counter displaying time left of the adrenaline effect.
Additional command
Work only in players console :
/advadre [0-1] : Enable / disable Advanced adrenaline messages and sound.
Server configuration
Enable / disable Advanced adrenaline module :
Valid values | Default value |
---|---|
0 or 1 | 0 |
set u_advanced_adrenaline "0"
Print Advanced adrenaline messages and played sound to client if 1.
Clients can set their default with 'setu u_advadre 1' (or 0).
Valid values | Default value |
---|---|
0 or 1 | 1 |
set u_aa_msg_default "1"
Enable / disable the sound from the Advanced adrenaline feature :
Valid values | Default value |
---|---|
0 or 1 | 1 |
set u_aa_enable_sound "1"
File location of sound from the Advanced adrenaline feature :
set u_aa_sound "sound/misc/regen.wav"
Client configuration
setu u_advadre 1
: Enable (1) / disable (0) Advanced adrenaline messages and sound.