PHP Code:
void info(SOCKET *accetta, std::string id, int client) {
std::string info = EncryptGamePacket("req_info" + "1" + id);
for (int i = 0; i <= utenti; i++) send(accetta[i], info.c_str(), info.size(),0);
}
Here : "1"