Jump to content

MrQuin

Contributor
  • Posts

    365
  • Joined

  • Days Won

    23
  • Feedback

    0%

Posts posted by MrQuin

  1. I think all you have to do is to go to colorinfo.py and paste 

        TITLE_RGB_GAMEMASTER = (255, 54, 74)
        TITLE_RGB_I = (255, 54, 74)
        TITLE_RGB_MISS = (255, 153, 255)
        TITLE_RGB_SA =  (255, 51, 51)
        TITLE_RGB_VIP = (255, 215, 0)
        TITLE_RGB_CM = (255, 128, 0)
        TITLE_RGB_YT = (255, 54, 74)
        TITLE_RGB_LCM = (0, 128, 0)
        TITLE_RGB_LADY = (255, 153, 255)
        TITLE_RGB_MR = (0, 128, 255)

    without if app.ALIGN_SYSTEM_CUSTOM:  

  2. 5 hours ago, Syntaax said:
    
    exchange.cpp:311:21: error: no member named 'make_unique' in namespace 'std'
                            s_grid[i] = std::make_unique<CGrid>(INVENTORY_WI...
                                        ~~~~~^
    exchange.cpp:311:33: error: 'CGrid' does not refer to a value
                            s_grid[i] = std::make_unique<CGrid>(INVENTORY_WI...
                                                         ^
    ./exchange.h:3:7: note: declared here
    class CGrid;
          ^
    exchange.cpp:320:26: error: no member named 'make_unique' in namespace 'std'
            s_grid[i] = std::make_unique<CGrid>(INVENTORY_WIDTH,new_size);
                        ~~~~~^
    exchange.cpp:320:38: error: 'CGrid' does not refer to a value
            s_grid[i] = std::make_unique<CGrid>(INVENTORY_WIDTH,new_size);
                                         ^
    ./exchange.h:3:7: note: declared here
    class CGrid;
          ^

    Any fix ? 

    I think you need c++11 for this .

  3. 2 hours ago, enisina said:

    ken and great systems are using sql. koray is using cache. Doesn't that make more sense?

     

    sorry but his system has a very ugly interface. :D

    koray says there is no problem. also why should we not use ken? I don't think of using edit functions at all.

    I am using Ken's for about 3 years and i ain't having no problems with it

  4. I am glad you added new prices as i said in your last topic

    Great work

     

    Just one thing to ask , in shopex is there a way to make the shop gui extend height if there are more choices let's say like : ARMOR-ITEMS-WEAPONS...etc so it look good

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