Hello, I would like to ask how to...
- Draw things and other can see it
- a Chat per room (if youre in the other room you don't see messages from other rooms)
Replies (1)
Last message on 22 Apr 2018
Size43
(Administrator)
on
22 Apr 2018, 14:34:22
- You can do this by adding a separate object that draws something, and then syncing that object to the other players using gms_instance_sync.
- You can either do this using sessions (since each session has its own chat), or by implementating your own chat system.