实现效果按 TAB计分板 时候才显示FPS相关参数 不按TAB不显示fps

按tab计分板显示fps命令如下 建议存放在自己的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";

csgo_按tab计分板显示fps

扩展阅读 了解什么是autoexec