gms_chat_toggle

Usage: gms_chat_toggle ( enable )

Description

When 'enable' = true, the chat will be visible, otherwise the chat will be hidden.

Replies (4)

Last message on 4 Sep 2017

Kolhun on 29 Jul 2017, 12:14:08
When you move around the room chat troit, and when the view is not moving then he is not a rectangle? how to fix it?
Size43 (Administrator) on 4 Sep 2017, 16:02:30
Apologies for the delay, I've been having some health issues.

You can manually set the chat position using gms_chat_bind_pos
littlecoolpug on 16 May 2015, 21:16:07
Can you help me, I made a chat room, and I wanted it to enable chat when I enter the room and disable it when I exit the room, but it's not working please help me codes:
create:
enable = true //create also has the drag and drop show chat room
step:
if(enable = true) {
gms_chat_toggle ( true )
}
if(enable = false) {
gms_chat_toggle ( false )
}
Press esc:
control = false
goto_room(RM_menu) //this is how you leave the room
Size43 (Administrator) on 17 May 2015, 19:21:24
Just to make sure, you've already solved this problem, right?