Reign of the Undead - Revolution
Help me i have a problem with in game chat - Printable Version

+- Reign of the Undead - Revolution (https://modszombies.com)
+-- Forum: Reign of the Undead (https://modszombies.com/forum-Reign-of-the-Undead)
+--- Forum: Bugs (https://modszombies.com/forum-Bugs--23)
+--- Thread: Help me i have a problem with in game chat (/thread-Help-me-i-have-a-problem-with-in-game-chat)



Help me i have a problem with in game chat - Lukas2211 - 07-17-2018

Help me please i don't see my in game chat, i can write but i can't see what i said, also can't see what others say.
Also i want to deactivate a graph and fps counter that appears in game.


RE: Help me i have a problem with in game chat - fabio - 07-17-2018

Do you have this problem only on this server?


RE: Help me i have a problem with in game chat - Lukas2211 - 07-17-2018

(07-17-2018, 08:21 AM)fabio Wrote: Do you have this problem only on this server?

Idk because all the other servers says that im banned permanently.


RE: Help me i have a problem with in game chat - Soldier . . . - 07-17-2018

Do you see your message in console? (to open console press "~" key, next to "1" key above the "Tab" key)
If you see it, then probably one of these variable are zero:

Code:
cg_chatHeight
cg_chatTime

To check you can type in console:

Code:
cvarlist *chat*
(the * are wildcards so every variable name with the word "chat" in it will show up)

you can change them by just typing them in console and give them a other value.
like:

Code:
cg_chatHeight 8
cg_chatTime 12000
(these are there default values)