팁/공략 스페이스 서버의 보이스 챗을 듣기가 싫을땐?
페이지 정보
본문
컨픽 파일에
// ** teamchatsonly on|off **
set teamchatonly1 "cg_teamchatsonly 0; echo ^dteamchats ^7only ^don; set teamchat vstr teamchatonly0"
set teamchatonly0 "cg_teamchatsonly -1; echo ^dteamchats ^7only ^doff; set teamchat vstr teamchatonly1"
set teamchat "vstr teamchatonly1"
set teamchatonly1 "cg_teamchatsonly 0; echo ^dteamchats ^7only ^don; set teamchat vstr teamchatonly0"
set teamchatonly0 "cg_teamchatsonly -1; echo ^dteamchats ^7only ^doff; set teamchat vstr teamchatonly1"
set teamchat "vstr teamchatonly1"
// ** globaltext on|off **
set voicetext1 "cg_novoicetext 0; echo ^dvoicetext ^7on; set vtext vstr voicetext0"
set voicetext0 "cg_novoicetext -1; echo ^dvoicetext ^7off; set vtext vstr voicetext1"
set vtext "vstr voicetext1"
set voicetext0 "cg_novoicetext -1; echo ^dvoicetext ^7off; set vtext vstr voicetext1"
set vtext "vstr voicetext1"
// ** voicechatsound on|off **
set voicesound1 "cg_novoicechats 0; echo ^dvoicechatsound ^7on; set vsound vstr voicesound0"
set voicesound0 "cg_novoicechats -1; echo ^dvoicechatsound ^7off; set vsound vstr voicesound1"
set vsound "vstr voicesound1"
set voicesound0 "cg_novoicechats -1; echo ^dvoicechatsound ^7off; set vsound vstr voicesound1"
set vsound "vstr voicesound1"
넣어주세요~
챗창 때문에 집중이 안될땐 저걸 사용해도 좋구요.
잘 쓰셈-,.-)
추천0