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.
Do you have this problem only on this server?
(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.
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:
(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)