Hi,
in the upper left corner of the HUD, message such as 'x was railed by z.' etc. are displayed. I went through the q3config.cfg but couldn't find any cvar that seems to let me toggle those messages on/off. I'd like to hide them completely. Can someone tell me how to do that?
Thanks!
[In case that makes a difference, I am using CPMA.]
Hide messages/events in upper left corner?
-
- Posts: 384
- Joined: Fri Mar 05, 2010 5:29 pm
Re: Hide messages/events in upper left corner?
cl_noPrint 1
Success? It won't print anything to the console either though.
Success? It won't print anything to the console either though.
Re: Hide messages/events in upper left corner?
As long as it still writes to the log files, it's perfect. I'll test when I get back to work, thank you. 

Re: Hide messages/events in upper left corner?
That worked perfectly, thank you. Just what I was looking for!