Ir para conteúdo

Myalitth

Membro
  • Registro em

  • Última visita

Solutions

  1. Myalitth's post in [AJUDA] PORTA BUGADA NAO ABRE was marked as the answer   
    O problema esta na talkaction !buyhouse, tenta alterar ela por outras compativeis com seu distro.
  2. Myalitth's post in (Resolvido)Retirar BlackList da Source Porfavor , Muito Importante. was marked as the answer   
    Só vai funcionar com TFS 0.3.6 e 0.4.
     
    Em otserv.cpp , procure por :
    { #if defined(WINDOWS) && !defined(__CONSOLE__) if(MessageBox(GUI::getInstance()->m_mainWindow, "Unable to fetch blacklist! Continue?", "Blacklist", MB_YESNO) == IDNO) #else std::cout << "Unable to fetch blacklist! Continue? (y/N)" << std::endl; char buffer = getchar(); if(buffer == 10 || (buffer != 121 && buffer != 89)) #endif startupErrorMessage("Unable to fetch blacklist!"); } substitua por :
    /*{ #if defined(WINDOWS) && !defined(__CONSOLE__) if(MessageBox(GUI::getInstance()->m_mainWindow, "Unable to fetch blacklist! Continue?", "Blacklist", MB_YESNO) == IDNO) #else std::cout << "Unable to fetch blacklist! Continue? (y/N)" << std::endl; char buffer = getchar(); if(buffer == 10 || (buffer != 121 && buffer != 89)) #endif startupErrorMessage("Unable to fetch blacklist!"); }*/

Informação Importante

Confirmação de Termo