Seite 1 von 1

Quikchat Sounds auschalten

Verfasst: Fr 17. Jun 2005, 19:11
von ET-Playa
Wie kann man das wenn z.B. wenn einer sagt "I need Ammo" den
Sound ausschalten aber nur den Sound der Text soll stehen bleiben.
Meine aber nicht seta b_chatsounds "0"....!!!

Please help :roll:

Chat-Sound-Toogle

Verfasst: Sa 22. Okt 2005, 03:29
von PhoEnixXx
Mahlzeit!

So, dann hier mal ein Toogle dafür!!
Editor auf, rein damit, Alle Dateien(sonst wirds ein Textdok), und mit frei wählbarem Namen speichern.
Solltest dann in ne Autoexe-Datei die Cfg reinschreiben, oder du startest diese im Game: Console auf, /exe name.cfg

//
// ChatSound toggle
//

set cstoggle "vstr chatsound_on"
set chatsound_on "set cg_noVoiceChats "0"; echo "^0>^1ChatSound: ^0ON"; set cstoggle "vstr chatsound_off"";
set chatsound_off "set cg_noVoiceChats "1"; echo "^0>^1ChatSound: ^0OFF"; set cstoggle "vstr chatsound_on"";

bind x "vstr cstoggle"
x = frei Wählbar

So, ich hoffe ich konnte dir damit helfen!!

MfG PhoEnixXx 8)