Console command shot (Counter-Strike: Global Offensive)
Somehow I got the idea to bind one key for fast switch together with the shot (i.e., shot, switch to knife, switch to last weapon), thought it would be handy for quick shooting with the Deagle. So do not need to measure the timings to squeeze a bunch of keys. Sounds convenient, isn't it? But who knows console command for the shot? What you need to write to the console, so that our hero got shot?2 Comments
P
Prosto_N1ghtmare
26.01.20
.Da Sh
Prescribe in autoexec.cfg
alias +slot slot3
alias slot lastinv
And this in the console in game:
bind x +slot
x - key, which you will bindisi
You can also try so, but I have not tested it:
To copy in the autoexec.cfg
alias +fastattack +attack;slot3
alias -fastattack -attack;lastinv
In the console:
bind x +fastattack
Again, x is any key