Ссылка на Сообщение
#1
6.2.2010, 15:56
Team/General Chat Switch
CODE
//Team/General Chat Switch// by: submitted by: hoLy
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
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