Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
I did the same thing and pasted the whole thing like a dumb dum eg.
bind <key> "show_menu Menu"bind 0 "slot10"
but its actually two separate things you need to paste like
bind <key> "show_menu Menu"
by itself then the other and just to be extra clear you don't need the < > or any " " just the key you want to assign
your welcome the one person i helped XD
bind 0 "slot10" everytime
Lets you use the "0" button in the menu, its unbinded by default
https://developer.valvesoftware.com/wiki/List_of_L4D2_Cvars
cl_menuduration defines the duration of the client menu (-1 is probably forever).
It's a client side cvar tho, you should add it to your config.cfg file or in a autoexec.cfg file.