安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题








For example:
In conclusion, either change the key name in the bind command, or the slot number at the end of the enable or disable aliases.
Okay. I just copied and pasted
bind 6 toggle // Bind to the 6 key instead of the 2 key.
alias toggle "enable"
alias enable "alias toggle disable; slot2"
alias disable "alias toggle enable; slot6" // Select slot6 instead of slot7
and put it in my autoexec.cfg underneath "// Active Key binds". Did I do the right thing, @Lord_Manship?
But I would just like to ask for help.
The script works but I had to console command it everytime.
I tried putting it throught autoexec.cfg but it just disables my "2" button
here's the only content in my autoexec.cfg
//Binds
bind 2 toggle
alias toggle "enable"
alias enable "alias toggle disable; slot2"
alias disable "alias toggle enable; slot7"
---
TIA