我是个论坛新人,下了你的AWP换手木仓的脚本,用起来就是没效果,不知问题出在哪里,还请指点。
——————————————————
//狙击攻击后跳到手木仓!
alias shoot_pist "+attack; wait; wait; -attack; slot2"
alias normal_atk "+attack"
alias -attack_button "-attack"
alias sp_on "developer 1; echo ** Pistol Switcher ON **;developer 0; alias +attack_button shoot_pist; alias sp_switcher sp_off"
alias sp_off "developer 1; echo ** Pistol Switcher OFF **; developer 0; alias +attack_button normal_atk; alias sp_switcher sp_on"
alias sp_switcher "sp_on"
bind leftarrow "sp_switcher"
sp_off
bind mouse1 +attack_button
——————————是不是还要在控制台输入什么??