10.08.2017, 15:34
My server is going offline after i try to send some data with socket_send()
Код:
public onSocketRemoteConnect(Socket:id, remote_client[], remote_clientid) { printf("Dolazeca konekcija sa [%d:%s]", remote_clientid, remote_client); // [id:ip] if(is_socket_valid(id)) socket_send(id, "Welcome :)", strlen("Welcome :)")); return 1; }