Description:

This Script can be used in several ways. You can use it to say preset text messages to tell teammates different information or just cycle thru a series of text messages. Just replace the binded keys and sayings for your own use.

-----
Say Team Messages -
alias sayteam1 "say_team I am covering the bomb point"
alias sayteam2 "say_team I am planting the bomb"
alias sayteam3 "say_team I am wounded"
alias sayteam4 "say_team Equipped with MP5 Armor and He Grenade"
alias sayteam5 "say_team Rescue the hostages"

bind "f1" "sayteam1"
bind "f2" "sayteam2"
bind "f3" "sayteam3"
bind "f4" "sayteam4"
bind "f5" "sayteam5"

Say Team Cycle Script -
alias cyclesaytm "saytm1"
alias saytm1 "say_team We Win!; alias cyclesaytm saytm2"
alias saytm2 "say_team We are the Champions!; alias cyclesaytm saytm3"
alias saytm3 "say_team Good job Team!; alias cyclesaytm saytm1"

bind "alt" "cyclesaytm"

-----

Autor skryptu: The Counter-Script Crew