Update hud and add closed captions
This commit is contained in:
@ -43,6 +43,10 @@ bind = "explode"
|
||||
bind kp_end "next_map_vote 0"
|
||||
bind kp_downarrow "next_map_vote 1"
|
||||
bind kp_pgdn "next_map_vote 2"
|
||||
// easier bind
|
||||
bind f1 "next_map_vote 0"
|
||||
bind f2 "next_map_vote 1"
|
||||
bind f3 "next_map_vote 2"
|
||||
|
||||
//fix all button
|
||||
bind kp_ins "snd_restart;hud_reloadscheme"
|
||||
@ -51,11 +55,12 @@ bind kp_ins "snd_restart;hud_reloadscheme"
|
||||
bindtoggle kp_del cl_disablehtmlmotd
|
||||
|
||||
// loadouts
|
||||
bind f1 loadouts.A
|
||||
bind f2 loadouts.B
|
||||
bind f3 loadouts.C
|
||||
bind f5 loadouts.D
|
||||
bind q loadouts.resup
|
||||
//bind f1 loadouts.A
|
||||
//bind f2 loadouts.B
|
||||
//bind f3 loadouts.C
|
||||
//bind f5 loadouts.D
|
||||
//bind q loadouts.resup
|
||||
bind q "load_itempreset 0"
|
||||
|
||||
bind f4 player_ready_toggle
|
||||
|
||||
|
Reference in New Issue
Block a user