showChat false works until user presses Esc key twice, then disabled chat window becomes visible again.
Description
Description
Details
Details
- Legacy ID
- 974391395
- Severity
- None
- Resolution
- Fixed
- Reproducibility
- Always
- Category
- Menu UI
Steps To Reproduce
add this to description.ext
enableDebugConsole = 2;
start mission on dedicated server
once logged in types somethin in the chat
press Esc and type in the debug console
- spawn {sleep 1; showChat false} //need sleep or it will not work
LOCAL EXEC
the chat window disappears after 1 sec
type some more in the chat, nothing shows up
press Esc 2 times
Bingo chat window is back with all the writings you've done!