[solved] Is it possible to remove the team chats from the status bar?
Hi folks,
this is something that bothers me a lot lately. I use cg_drawTeamOverlay "3" and whenever a team message is sent the message does not only appear in the upper left of the screen but also in the overlay right above the statusbar. As a result the overlay is enlarged and the frag counter and the flag indicators are all moved upwards to give the team chats some space.
Is it possible to disable this? I've done an intense search in the docs and on the internet but couldn't find anything related. See the attached screenshots to get an idea of my dilemma!
Thanks in advance! :o]
Hummz I thought cg_teamchatheight would help but tried it out now and it doesn't change my teamchat. Any other command dependent on this? Try it around for yourself, maybe my autoexec is disabling it. Other than that I guess you'll have to change teamoverlay style.
cg_teamChatHeight "0"
You guys gave the right hint, thanks a bunch!! I just tested it, cg_teamChatHeight "0" gets rid of the team chats in the overlay, exactly what I wanted to have.