Binds: Difference between revisions

Tela (talk | contribs)
mNo edit summary
Tela (talk | contribs)
mNo edit summary
Line 35: Line 35:
   "</span>
   "</span>


=== Other ===
===Useful Commands===
You can use the '''dump_binds''' command to get a full list of all your current binds.  To print what's bound to a specific key, '''dump_binds x'''.
 
To unbind something, '''unbind x'''.
 
===Client Commands===


====Toggles====
====Toggles====
Line 62: Line 57:
Some client commands allow you to set colors.
Some client commands allow you to set colors.


* '''player_color_body'''
*'''player_color_body'''
* '''player_color_feet'''
*'''player_color_feet'''
* '''cl_message_client_color'''
*'''cl_message_client_color'''


are a few examples.
are a few examples.
Line 74: Line 69:
  <span style="color:blue">player_color_body</span> <span style="color:purple">5635840</span>
  <span style="color:blue">player_color_body</span> <span style="color:purple">5635840</span>
It will also accept a few color values by name. '''red''', '''yellow''', '''green''', '''blue''', '''cyan''', and '''magenta''', all work.
It will also accept a few color values by name. '''red''', '''yellow''', '''green''', '''blue''', '''cyan''', and '''magenta''', all work.
=== Other ===
dump_binds <span style="color:blue">[key]</span>
You can use this command to print what's bound to a single key.  Use it without a key at the end to get a full list of all your current binds.
unbind <span style="color:blue">[key]</span>
Will unbind whatever key you specify.


==Using Config Files==
==Using Config Files==