Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I had the damage out thing in a toggle but it didn't work all the time. Sometimes I needed to toggle it a dozen or so times until it did and by then match could be over.
So I bound them to a single key for on and off. These work fine though I need to use it after connecting to new server. Maybe these will work for you....change keys to whatever you want.
bind "f4" "con_filter_text Damage; con_filter_text_out Player:; con_filter_enable 2; developer 1"
bind "f5" "con_filter_enable 0; developer 0; clear"
Little rusty with the alias stuff. I suspect it may have something to do with the lack of " in them.
Try
alias +knife "slot3"
alias -knife "lastinv"
bind "space" +knife
or
alias "+knife" "slot3"
alias "-knife" "lastinv"
bind "space" "+knife"
Once you get the knife to work with the added " repeat the " addition to the other aliases and bind.