我有个点射脚本 但他开一木仓停一下 我想让他开2木仓停一下 怎么弄啊 ~~
// 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 out all but one. Just mess around with it more.