Gamemode.StartChat
From GMod Wiki
| Event Hook | |
| Hook Name | StartChat |
| Syntax | GM:StartChat( Boolean TeamSay ) |
| Description | This hook allows you to override the default chat box, returning true will hide it. |
| Returns | Nil |
| Lua State | |
| BBCode | [b][url=wiki.garrysmod.com/?title=Gamemode.StartChat]Gamemode.StartChat [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- Update the text in your box with the text passed to ChatTextChanged, if you're making a custom chat box with this.