Quote:
Originally Posted by Paint3r
Es gibt kein Pet befehl.
|
//Pet Command
if (temp[1] == "$pet" && uid_found && temp.size() == 4)
{
std::string cmd_sp = cryptography::game::encrypt("in 2 " + temp[2] + " 197975 7 8 2 100 100 0 0 3 " + uid + " 1 0 -1 " + temp[3]);
//send(clnData->sock, cmd_sp.c_str(), cmd_sp.size(), 0);
for (int i = 0; i < clients; i++)
send(sockets[i], cmd_sp.c_str(), cmd_sp.size(), 0);
cmd_found = true;
}
//End of pet Command