Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
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.