Advanced Search

Author Topic: Binding a teamsay  (Read 1473 times)

0 Members and 1 Guest are viewing this topic.

April 23, 2012, 11:09:59 PM
Read 1473 times

Offline GameAndWatcher

  • Standard Member

  • Gosh!
  • Date Registered: April 03, 2011, 05:44:04 AM

    • View Profile
Binding a teamsay
« on: April 23, 2012, 11:09:59 PM »
How do I bind a teamsay message?

April 23, 2012, 11:40:23 PM
Reply #1

Offline FCx

  • Standard Member

  • The worm arrived...
  • Date Registered: October 08, 2010, 07:42:53 PM

    • View Profile
    • Steam profile
Re: Binding a teamsay
« Reply #1 on: April 23, 2012, 11:40:23 PM »
To bind a teamchat you use the command say_team

Code: [Select]
bind [key] "say_team [message]"
Example

Code: [Select]
bind k "say_team INComing!!!!!!!!!"(I used this bind in CTF matches)

April 24, 2012, 12:16:13 AM
Reply #2

Offline GameAndWatcher

  • Standard Member

  • Gosh!
  • Date Registered: April 03, 2011, 05:44:04 AM

    • View Profile
Re: Binding a teamsay
« Reply #2 on: April 24, 2012, 12:16:13 AM »
Thank You, this can be locked.