Інсталювати Steam
увійти
|
мова
简体中文 (спрощена китайська)
繁體中文 (традиційна китайська)
日本語 (японська)
한국어 (корейська)
ไทย (тайська)
Български (болгарська)
Čeština (чеська)
Dansk (данська)
Deutsch (німецька)
English (англійська)
Español - España (іспанська — Іспанія)
Español - Latinoamérica (іспанська — Латинська Америка)
Ελληνικά (грецька)
Français (французька)
Italiano (італійська)
Bahasa Indonesia (індонезійська)
Magyar (угорська)
Nederlands (нідерландська)
Norsk (норвезька)
Polski (польська)
Português (португальська — Португалія)
Português - Brasil (португальська — Бразилія)
Română (румунська)
Русский (російська)
Suomi (фінська)
Svenska (шведська)
Türkçe (турецька)
Tiếng Việt (в’єтнамська)
Повідомити про проблему з перекладом
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.