07-17-2018, 10:13 PM
(This post was last modified: 07-17-2018, 10:22 PM by Soldier . . ..)
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:
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:
(these are there default values)
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*
you can change them by just typing them in console and give them a other value.
like:
Code:
cg_chatHeight 8
cg_chatTime 12000