Results 1 to 2 of 2
  1. #1
    cordoba1234's Avatar
    Join Date
    Nov 2019
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0

    Important question!!

    Hi guys, today I wanted to ask you a question, maybe someone can help me. I wanted to know what the command is like to activate and deactivate the fps automatically for example. (And that can be used with other commands). That is, the fps (cg_drawfps 1) are displayed and after 3 seconds it goes to cg_drawfps 0. I thought it could be something like: "bind K" cg_drawfps 1; wait 3; cg_drawfps 0 "But it doesn't take it. Sorry for my bad english. Thanks you!

  2. #2
    Izochor's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    511
    Reputation
    33
    Thanks
    146
    My Mood
    Lurking
    Well I have my FPS on toggle like:
    bind k "toggle com_maxfps 0 125 250 333 500" and it goes through.

    Try
    bind k "toggle cg_drawfps 1 0"

    I know this doesn't have a timer but maybe a good alternative.