csgo中的代码的什么含义

alias +totalstop "+forward; +back; +moveleft; +moveright"
alias +btw "-forward; -back; -moveleft; -moveright"
alias +stopandgo "+totalstop; +attack"
alias -stopandgo "+btw; -attack"
bind MOUSE1 "+stopandgo"

1、alias

An alias is a console command that invokes other commands.

别名是调用其他命令的控制台命令。

alias "q" "quit"
alias "d" "disconnect"
alias "rr" "retry"
alias "rs" "mp_restartgame 1"
alias "exe" "exec autoexec"
alias "c" "clear"

2、+  和 - 有什么区别?  配套的,用来重置命令

---------------

方案2

alias "schleichen" "schleichen_an"
alias "schleichen_an" "alias schleichen schleichen_aus; +speed"
alias "schleichen_aus" "alias schleichen schleichen_an; -speed"
bind "key" "schleichen"
bind "MOUSE1" "+attack;schleichen_aus"

--------

cl_showpos 1  显示速度

posted @ 2022-03-20 21:33  bH1pJ  阅读(172)  评论(0编辑  收藏  举报