So i have this
How would i put the result which should be the player count as the Documentation says
can someone help me?
Code (text):
public static void getServerPlayerCount(String servername){
try {
out.writeUTF("PlayerCount");
out.writeUTF(servername);
} catch (Exception e1) {}
}
try {
out.writeUTF("PlayerCount");
out.writeUTF(servername);
} catch (Exception e1) {}
}
can someone help me?