change width of chat

Posted by TypicalAndy
is there a way to change the width of the chat?

Replies (2)

Last message on 28 Mar 2018

KadePcGames on 27 Mar 2018, 22:37:44
use:
gms_chat_bind_view (view_id,bottom,height)

or this:
gms_chat_bind_room (position,height)

But there is no way as i now of to change the width of the chat
But you can make your own chat using:
gms_chat_get_sendername(n)

and
gms_chat_get_text ( n )

And draw your own text box
Size43 (Administrator) on 28 Mar 2018, 19:23:51
In addition to everything above, there's also gms_chat_bind_pos