Please help me with multiple chats Size?

Posted by RisildarGames
I know you said it was possible would just require some coding, but I seriously cannot figure out how to do this. I want to make it so each of my rooms have their own unique chat. What would be the best way to do this?

Replies (1)

Last message on 22 Jun 2016

Size43 (Administrator) on 22 Jun 2016, 14:14:27
You can access the chat messages by calling one of the gms_chat_get_* functions.

The easiest way would be to prepend a unique identifier to each chat message, so "Hello world" becomes something like "[R3] Hello world".

You can then filter out every chat message that does not start with [R3], or any other prefix for that matter, and only display the ones that do.