Skip to content

Instantly share code, notes, and snippets.

@kimoto
Created July 28, 2010 07:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimoto/493670 to your computer and use it in GitHub Desktop.
Save kimoto/493670 to your computer and use it in GitHub Desktop.
//------------------------------------------------------
// textchat communication
// textchat.cfg
//------------------------------------------------------
// keyboard
bind "1" "say_team 1"
bind "2" "say_team 2"
bind "3" "say_team 3"
bind "4" "say_team 4"
bind "e" "say_team check this!; vocalize SmartLook"
bind "r" "say_team reload ok?"
bind "F1" "jointeam 2"
bind "F2" "jointeam 3"
// countdown rdy
bind "DOWNARROW" "countdown_rdy"
// mouse kankei
//bind "MOUSE1" "say_team weapon here; vocalize SmartLook"
//bind "MOUSE2" "say_team subweapon here; vocalize SmartLook"
//bind "MOUSE3" "say_team feint"
bind "MOUSE4" "say_team molotov here; vocalize SmartLook"
bind "MOUSE5" "say_team pills here; vocalize SmartLook"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment