You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two types of configuration files: general and class specific. General configurations apply to all classes, while class specific configurations apply only to that class.
Example script, for servers with both Team-Talk and All-Talk:
\begin{lstlisting}
alias +teamonly ``+teamtalk;+voicerecord"
alias -teamonly ``-teamtalk;-voicerecord"
bind f +teamonly
bind v +voicerecord
voice_loopback 1
\end{lstlisting}
This script will find the `f' key to Team-Talk only, so only teammate communication will be enabled, while `v' will be for communication with both teams. Finally, it will play back personal voice communications.