FPS in Counter-Strike?

CoioL

Junior Member
Dec 12, 2001
3
0
0
This is a really simple question: what is the console command to see FPS in CS?

Thanks
 

InfectedVoice

Senior member
Aug 25, 2000
218
0
0
Timerefresh isnt really a constant fps command

To get fps and latency graph, type net_graph 1 in console

To get just fps, type cl_showfps 1
 

peto

Senior member
Jul 26, 2001
807
0
0
Put this in your autoexec.cfg, its pretty handy

alias +fps "cl_showfps 1"
alias -fps "cl_showfps 0"
bind x "fps"


Replace x with whatever you want. It will make it so it only shows fps when you hold the button down.