Hi,
the message recieved by the disconnect event is always wrong.
I disoconnect with:
Code:
enet_disconnect_client(i, "restart");


and recieve with
Code:
STRING* savemsg = str_create(msg); // Save the message



But I always get something like this:
Originally Posted By: Log

restartcr<j

The right string and some random charachters depending on the string length.

Any suggestions?


Last edited by Razoron; 10/01/10 13:43.