Jump to content

blackList

Member
  • Posts

    64
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by blackList

  1. vor 20 Minuten schrieb WeedHex:

        int is_open_shop(lua_State * L)
        {
            LPCHARACTER ch = CQuestManager::instance().GetCurrentCharacterPtr();
            if (ch)
                lua_pushboolean(L,  ch->GetShopOwner())

            return 1;
        }

     

    :)

    SQReUVX.png

  2. vor 6 Stunden schrieb Helia01:

    Hi

    please try this:

    Open cryptopp/config.h

    and uncomment // #define CRYPTOPP_DISABLE_ASM 1

    or use compile flag: CRYPTOPP_DISABLE_ASM

    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

    mUansIc.png

×
×
  • 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.