Hi Dark_samurai,

i can´t write you a pm cause your personal limit is reached grin

1) First i have a question. In the manual it says you can send an event to yourself.

Does this cost traffic or not?

2) Could you think about implenting another "function" like BROADCAST, SERVER maybe ALL to send it to all + sender?

Otherwise we need to do it like this.

Code:
enet_clsend_event(20,daten,25,BROADCAST);
enet_clsend_event(20,daten,25,enet_get_clientid());



Or is there already something new? laugh

Would be great laugh

Thanks