Jump to content

larcenciel

Inactive Member
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by larcenciel

  1. Quote

    //Find if you have slot marking
        ON_TOP_WND_PET_FEED,
        
    ///Add
    #if defined(__BL_67_ATTR__)
        ON_TOP_WND_ATTR_67,
    #endif


    I dont have this line in GameType.h >> ''ON_TOP_WND_PET_FEED,'' 

    Spoiler

    //Find if you have slot marking
        PyModule_AddIntConstant(poModule, "ON_TOP_WND_PET_FEED", ON_TOP_WND_PET_FEED);
        
    ///Add
    #if defined(__BL_67_ATTR__)
        PyModule_AddIntConstant(poModule, "ON_TOP_WND_ATTR_67", ON_TOP_WND_ATTR_67);
    #endif


    I dont have this line in PytonPlayerModule.cpp>>  ''PyModule_AddIntConstant(poModule, "ON_TOP_WND_PET_FEED", ON_TOP_WND_PET_FEED);''

    what should I do ? ty

  2. C3861    'SendSequence': Compiler Error    UserInterface    C:\Users\sedat\Desktop\Pachi-Tunga\source\client\source\userinterface\PythonNetworkStreamPhaseGame.cpp    1897    

    1897: return SendSequence();

    how am i fix this ?

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