Instalează Steam
conectare
|
limbă
简体中文 (chineză simplificată)
繁體中文 (chineză tradițională)
日本語 (japoneză)
한국어 (coreeană)
ไทย (thailandeză)
български (bulgară)
Čeština (cehă)
Dansk (daneză)
Deutsch (germană)
English (engleză)
Español - España (spaniolă - Spania)
Español - Latinoamérica (spaniolă - America Latină)
Ελληνικά (greacă)
Français (franceză)
Italiano (italiană)
Bahasa Indonesia (indoneziană)
Magyar (maghiară)
Nederlands (neerlandeză)
Norsk (norvegiană)
Polski (poloneză)
Português (portugheză - Portugalia)
Português - Brasil (portugheză - Brazilia)
Русский (rusă)
Suomi (finlandeză)
Svenska (suedeză)
Türkçe (turcă)
Tiếng Việt (vietnameză)
Українська (ucraineană)
Raportează o problemă de traducere
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.