Earu / EasyChat

A modular Garry's Mod chat addon for both users and developers. (EOL 2025)
https://steamcommunity.com/sharedfiles/filedetails/?id=1182471500
GNU General Public License v3.0
90 stars 31 forks source link

how to hide the chatbox from easychat? #77

Closed Pdzly closed 3 years ago

Pdzly commented 3 years ago

For programming how can i hide the chatbox so that no text popups? ( if someone sends you a text )

Earu commented 3 years ago

The `StartChat hook will prevent the chatbox from opening

Pdzly commented 3 years ago

too if someone other wrote something and normaly it lets the text pops in and fade away but "StartChat" hook will prevent it?

Earu commented 3 years ago

You can combine it with the HUDShouldDraw to also suppress the chat hud.

Pdzly commented 3 years ago

but with HUDShouldDraw it can only hide default chat ?

Earu commented 3 years ago

No, it works with easychat too.