Update tab and right alt config
This commit is contained in:
parent
28eb5e01aa
commit
b9b84c0fa7
@ -164,10 +164,18 @@ bind e "+e"
|
|||||||
alias +e "voicemenu 0 0; +use"
|
alias +e "voicemenu 0 0; +use"
|
||||||
alias -e "-use"
|
alias -e "-use"
|
||||||
|
|
||||||
alias +pinger "+score; net_graph 1"
|
// Disable tab to stop me from losing interest in the game
|
||||||
alias -pinger "-score; net_graph 0"
|
//alias +pinger "+score; net_graph 1"
|
||||||
|
//alias -pinger "-score; net_graph 0"
|
||||||
|
//
|
||||||
|
//bind tab "+pinger"
|
||||||
|
|
||||||
bind tab "+pinger"
|
bind ralt "+score"
|
||||||
|
|
||||||
|
alias +showinfo "cl_showfps 1; net_graph 1; cl_showpos 1"
|
||||||
|
alias -showinfo "cl_showfps 0; net_graph 0; cl_showpos 0"
|
||||||
|
|
||||||
|
bind tab "+showinfo"
|
||||||
|
|
||||||
bind - "kill"
|
bind - "kill"
|
||||||
bind = "explode"
|
bind = "explode"
|
||||||
@ -230,7 +238,7 @@ sv_allow_wait_command 1
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
cl_showfps 1
|
cl_showfps 0
|
||||||
cl_hud_minmode 1
|
cl_hud_minmode 1
|
||||||
|
|
||||||
echo "Done config"
|
echo "Done config"
|
||||||
|
Loading…
Reference in New Issue
Block a user