Viewing 1 post (of 1 total)
  • Keymaster
    Member since: June 19, 2020

    Here is another bind you can use combined with a ‘toggle’ switch.

    Some commands have only an off or on, for this type we can use the toggle switch along with a command.

    It is the same as a bind but with just a little more code in it.

    The construction is simple, ‘bind’ space key space and in quotes “toggle (command) space 1 space 0”.

    *Note – I am using the keys ‘P’ and ‘L’ but you can use any key if you like.


    If you want to see your FPS—

    bind P “toggle cg_drawfps 1 0”


    If you want to see the lagometer–

    bind L “toggle cg_lagometer 1 0”



    There are more but you get the idea. 1 means on, 0 means off.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.