fix for cs2
This commit is contained in:
parent
d87e2acfce
commit
aabe437ccb
2 changed files with 3 additions and 9 deletions
|
@ -19,11 +19,8 @@ unbind "x"
|
|||
bind "x" "+jumpthrow"
|
||||
|
||||
// FPS in tab
|
||||
net_graphpos "2"
|
||||
net_graphheight "250"
|
||||
net_graphproportionalfont "0"
|
||||
alias "+scorenet" "+showscores; net_graph 1"
|
||||
alias "-scorenet" "-showscores; net_graph 0"
|
||||
alias "+scorenet" "+showscores; cl_showfps 1 1"
|
||||
alias "-scorenet" "-showscores; cl_showfps 1 0"
|
||||
unbind "TAB"
|
||||
bind "TAB" "+scorenet"
|
||||
|
||||
|
|
|
@ -36,14 +36,11 @@ cl_dm_buyrandomweapons "0"
|
|||
// Voice chat
|
||||
unbind "MOUSE5"
|
||||
bind "MOUSE5" "+voicerecord"
|
||||
voice_scale "0.2"
|
||||
snd_voipvolume "0.2"
|
||||
|
||||
// Volume
|
||||
volume "0.46"
|
||||
|
||||
// Text Chat filter
|
||||
cl_chatfilter_version "1"
|
||||
|
||||
// MS match for MM
|
||||
mm_dedicated_search_maxping "60"
|
||||
|
||||
|
|
Loading…
Reference in a new issue