Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
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.