I would like to know which file do I have to edit to make changes to the chat (y)?
then, you need to make your own chatbox!
[QUOTE=bromvlieg;18094854]then, you need to make your own chatbox![/QUOTE]
Can't I just modify the old one?
nope, as far as i know, its done in the engine of garrysmod. but what part you want to edit?
If you simply want to edit text (Adding chat tags and stuff) then use a PlayerSay hook with chat.AddText.
If you want images such as avatars, smilies and stuff, you need to create your own. I think the hook name is StartChat and all the ones related to that.
[QUOTE=| FlapJack |;18095920]If you simply want to edit text (Adding chat tags and stuff) then use a PlayerSay hook with chat.AddText.
If you want images such as avatars, smilies and stuff, you need to create your own. I think the hook name is StartChat and all the ones related to that.[/QUOTE]
Thanks. I'll check this out.
Sorry, you need to Log In to post a reply to this thread.