receive_chatmsg

maybe it is a problem with the definiton. Is ist a sv_ or a cl_ event? Maybe you have both server and client events for the same one.

enet_svset_event(17,"receive_chatmsg");
enet_clset_event(17,"receive_chatmsg");

? laugh