Привет! Сейчас я покажу самые основные команды для комфортной игры в ММ. 1 ) bind C "toggle cl_righthand 0 1" --- Данная команда позволяет менять вам руку на одну и туже кнопку. 2) bind shift "+speed; r_cleardecals" ---- При зажатии на «Shift» мгновенно очищает мусор с карты, например - кровь, следы от пуль, след от гранат и т.д. 3) bind x "use weapon_c4; drop;" ---- По нажатию кнопки "X" вы моментально выбросите бомбу, даже если у вас в руках в этот момент был автомат. 4) alias +bombfind "+use;gameinstructor_enable 1;cl_clearhinthistory" alias -bombfind "-use;gameinstructor_enable 0;cl_clearhinthistory" bind "z" "+bombfind" ---- позволит увидеть бомбу если ее не видно или ее что либо скрывает 5) "net_graph 1" ---- показывает fps, ping и т.д. ФАНОВЫЕ БИНДЫ 1) Радужный худ - bind “w” “+forward; cl_hud_color 1” bind “s” “+back; cl_hud_color 2” bind “a” “+moveleft; cl_hud_color 3” bind “d” “+moveright; cl_hud_color 4” bind “mouse1” “+attack; toggle cl_crosshaircolor red” 2) Радужный прицел - bind "w" "+forward; toggle cl_crosshaircolor 1 2 3 4 5" bind "s" "+back; toggle cl_crosshaircolor 1 2 3 4 5" bind "a" "+moveleft; toggle cl_crosshaircolor 1 2 3 4 5" bind "d" "+moveright; toggle cl_crosshaircolor 1 2 3 4 5" bind "CTRL" "+duck; toggle cl_crosshaircolor 1 2 3 4 5" bind "SPACE" "+jump; toggle cl_crosshaircolor 1 2 3 4 5" bind "MOUSE1" "+attack; toggle cl_crosshaircolor 1 2 3 4 5" 3) Фейк spinbot - alias "+spin" "m_yaw 0.09" alias "-spin" "m_yaw 0.022" bind "mouse5" "+spin" 4) bind для сообщений в чате на стрелочки - bind "UPARROW" say "текст" bind "LEFTARROW" say "текст" bind "DOWNARROW" say "текст" bind "RIGHTARROW" say "текст"