Yes, then add this:
PHP Code:
public msgTextMsg()
{
static textmsg[512];
get_msg_arg_string(2, textmsg, 511);
//and here add hudmessage
set_hudmessage(blablabla)
show_hudmessage(0,textmsg)
// if it wont work then try to set task for hudmsg
return PLUGIN_HANDLED;
}