Jump to content

Jira

Premium
  • Posts

    191
  • Joined

  • Days Won

    2
  • Feedback

    0%

Everything posted by Jira

  1. :))) UIScript/PopupDialog.py not uiscript/popupdialog.py Rename the folder and file correctly.
  2. [Hidden Content] vs 2013 doesn't support c++14 or greater
  3. shopEx.cpp find: for (itertype(m_vec_shopTabs) it = m_vec_shopTabs.begin(); it != m_vec_shopTabs.end(); it++) replace: for (itertype(m_vec_shopTabs) it = m_vec_shopTabs.begin(); it != m_vec_shopTabs.end(); ++it) also.. [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content]
  4. you must to build and link your libcryptopp with '-m32' compile option if you build a application with target x86 on freebsd amd64... what i mean ? [Hidden Content]
  5. attach a debugger and you can see what the fk is happen
  6. It already is, but is statically just for if statement.. the good function.. if(skillSQL->Get()->uiNumRows > 0){ MYSQL_ROW row = mysql_fetch_row(skillSQL->Get()->pSQLResult); for(int i = 0; i < 3; i++){ int skill = 0; str_to_number(skill, row[i]); if(!skill) continue; petSkills += 1 << skill; } } please, next time attach the code, not only picture
  7. you can hide it if the char is dead, but this isn't an fix..
  8. please next time provide more information about that function #include "PythonConfig.h" if you use ENABLE_CONFIG_MODULE
  9. Please, full call stack. And put your files(main.cpp, clientmanager.cpp, log.c) in that directory when you try to debug the core...
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.