Jump to content

blackList

Member
  • Posts

    64
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by blackList

  1. I want to save the status in in a txt or a .cfg or something else Can someone give me a example code?
  2. int pc_is_open_shop(lua_State* L) { lua_pushboolean(L, CQuestManager::instance().GetCurrentCharacterPtr()->GetShopOwner()); return 1; }
  3. i cant find #define __typeof typeof only this
  4. that worked, thanks but now i get this error, if i try to compile db. I changed already typeof with __typeof and auto_ptr with unique_ptr
  5. I'm trying to compile my server source with gcc49 / c ++ 11. And I get this error when I try to compile cryptopp7.0 I tried with this tutorial
×
×
  • 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.