Description:

Script starts with General Chat, push x to toggle teamchat on and off. Chat with "a".

-----
// Team / General Chat Switch
// Use one button to switch between chatmodes and another to chat. Practical if
// you use a lot of buttons near your movement keys and want to save a key.
alias talking talkingon
alias talkingon "alias talking talkingoff;bind a messagemode2"
alias talkingoff "alias talking talkingon;bind a messagemode"

bind a messagemode
bind x talking

-----

Autor skryptu: hoLy