CSGO计分板TAB绑定显示FPS相关参数命令
实现效果按 TAB计分板
时候才显示FPS相关参数 不按TAB不显示fps
按tab计分板显示fps命令如下 由于是alias的指令建议存放在自己的autoexec.cfg 否则需要每次运行输入
bind "TAB" "+showscores_custom";
alias "+showscores_custom" "+showscores;net_graphheight 64;
alias "-showscores_custom" "-showscores;net_graphheight 9999";
net_graph "1";
net_graphheight "9999";
net_graphpos "2";
扩展阅读 了解什么是autoexec
本文出处:CS2-CSGO开箱网站推荐 » CSGO计分板TAB绑定显示FPS相关参数命令 | Time:2020 年 07 月 17 日
评论已关闭