Hiding Tabs

Posted by TypicalAndy
how to hide the "someone logged in tab" also the "you joined session" tab?

Replies (4)

Last message on 19 Jan 2019

jdev on 8 Jan 2019, 03:23:30
You can call this in your GMS object to completely disable all messages of that kind.
gms_message_reporting(mt_none);

Or seehttps://gamemakerserver.com/en/docs/script/gms_message_reporting/ for more details on that particular system.
TypicalAndy (Topicstarter) on 12 Jan 2019, 11:25:21
the "you joined session" tab is still visible
Size43 (Administrator) on 14 Jan 2019, 16:35:35
There is no message for joining a session. It might be somewhere in your code. Look for calls to gms_show_message and remove them.
TypicalAndy (Topicstarter) on 19 Jan 2019, 17:55:21
yeah noticed that when ive put it like a month ago, thanks