自动开木仓为点射的脚本,实现在游戏中任何一种木仓都是按一下鼠标点射一颗子弹,无法扫射
(MP5之内就不要用了,AK,M4可以试一试)。
// counter-strike
// Auto Fire script
bind mouse1 +autofire
alias autoshoot "shot;shot;shot"
alias shot "+attack;wait;-attack"
alias +autofire "alias m_pitch autoshoot;m_pitch"
alias -autofire "alias m_pitch norm"
alias norm ";"
// Since m_pitch command runs it self over every .45 seconds.
//You might be able to take //outall //but one. Just mess around with it more
[attachment=355]