Jump to content

iowa

Members
  • Posts

    15
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Posts posted by iowa

  1. Hi,

    I tried to make a patch to change the announce system, so I writted :

    std::string str = GetMangosString(LANG_SYSTEMMESSAGE);
           str += args;
           
           char buffer[100]; 
           sprintf(buffer,str.c_str(),m_session->GetPlayer()->GetName()); 
    
           sWorld.SendWorldText(buffer, NULL);

    But when I try this command the world crash.

    Thank's for your help.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use