If I am a peer that is connected to 3 channels on the one server, how do I differentiate between messages?
Example:
Player connects to server and joins channels "A", "B", and "C".
There are 3 list boxes on the client screen.
I want all messages that come on channel "A" to appear in Listbox 1
I want all messages that come on channel "B" to appear in Listbox 2
And I want all messages that come on channel "C" to appear in Listbox 3
I see that you can loop through channels but I can't seem to find a way to differentiate which message came from which channel, like you can with subchannel messages.
Thanks