Hello, thanks for your reply.

the events are set like this :

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

Now i understant why a serv/client receives the messages 2 times. But i'm not sure how to correct it. Make a specific function for the server?