How can I get the messages sent out by client in plugin?

Hi all,

Iā€™'m writing a use plugin to insert some data into another table for other purpose. But I cannot get anything except the user name. I have put some information in the message sent out by client. How can I get the message?

Thanks!

Sunny

Hey Sunny,

Hard to know without seeing what you are actually doing (i.e. your code). Are you using a PacketInterceptor? If you do then you already have the packet (e.g. message) so you can access to any info you want.

Regards,

ā€“ Gato