Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. yashere2b

    Hello could i get some explaing what this type of coding does

    but the problem is i need a way to select a m_server e.g ip adress and then send packets to that server. Is this possible?
  2. yashere2b

    Hello could i get some explaing what this type of coding does

    void Super::send_server(uint8 * buf, int size) { if(m_hook == 0) return; m_hook->send_server(buf, size); trace_printf("-------------- Super to server "); MessageType & type = m_message_types[*buf]; trace_printf("%s\n", type.name); trace_dump(buf, size); } void...

Part and Inventory Search

Back
Top