RE: Hide send / received message
Yes this is very possible, I think the lack of replies was because you weren't very clear about what you wanted. Since what you are asking is still vague I'm just going to say that you will need to use the functions OnEvent_ChatWndReceiveMessage and OnEvent_ChatWndSendMessage then detect if the message is one you wanted removed. If it is then you will return an empty string, and if it isn't then you will just return the original message.
|