Counter-Strike 2

Counter-Strike 2

Not enough ratings
Самые полезные бинды и скрипты CSGO
By GØR
   
Award
Favorite
Favorited
Unfavorite
#1 Бинд который выбрасывает бомбу 1 кнопкой
bind "любая кнопка" "use weapon_c4;drop"
#2 Бинд который позволяет при нажатии TAB показать статистику
net_graph "1";
net_graphpos "2";
net_graphheight "9999";
alias "+scorenet" "+showscores; net_graphheight 0";
alias "-scorenet" "-showscores; net_graphheight 9999";
bind "TAB" "+scorenet"
#3 Бинд которы при нажатии отключает голоса тиммейтов.
alias "disablevoice" "voice_chat";
alias "voice_chat" "chat_1";
alias "chat_1" "voice_enable 1; playvol buttons\blip1 0.5; alias voice_chat chat_0";
alias "chat_0" "voice_enable 0; playvol buttons\blip2 0.5; alias voice_chat chat_1";
bind "любая кнопка" "disablevoice"
#4 Бинд при активации показывает сколько и кому был нанесен урон
alias displaydamage "displaydamage_on";
alias displaydamage_on "con_filter_text Damage Given To; con_filter_text_out Player:; con_filter_enable 2; developer 1; playvol buttons\blip1 0.5; alias displaydamage "displaydamage_off"";
alias displaydamage_off "con_filter_enable 0; developer 0; playvol buttons\blip2 0.5; alias displaydamage "displaydamage_on"";
bind "любая кнопка" "displaydamage"
#5 Бинд помогающий бросить точно гранату в прыжке
1.Зажать нужную гранату.
2.Прицелиться.
3.Нажать забиндженую кнопку.

alias "+jumpthrow" "+jump;-attack";
alias "-jumpthrow" "-jump";
bind "любая кнопка" "+jumpthrow"
3 Comments
Dima_Leto6 13 Oct, 2017 @ 11:04pm 
//Мут всех одной кнопкой
bind "любая кнопка" "toggle voice_enable"
Dima_Leto6 13 Oct, 2017 @ 11:02pm 
//Для мм
//Что бы бот стоял
bind "любая кнопка" "holdpos"
Dima_Leto6 13 Oct, 2017 @ 11:01pm 
//Переключать оружие с помощью одной кнопки
alias +knife slot3
alias -knife lastinv
bind "любая кнопка" "+knife"