Well i try to code broadcast Chat, but this code doesn´t work
Chat.cs
Sorry.
I findit by search motor.
[Only registered and activated users can see links. Click Here To Register...]
Close This thread
Chat.cs
Code:
case Struct.ChatType.Broadcast:
{
ConquerPacket.ToServer(ConquerPacket.Chat(0, From, To, Message, Struct.ChatType.Broadcast), CSocket.Client.ID);
break;
}
I findit by search motor.
[Only registered and activated users can see links. Click Here To Register...]
Close This thread