DynamicMarket icon indicating copy to clipboard operation
DynamicMarket copied to clipboard

The price isn't updating

Open LennyObez opened this issue 9 years ago • 0 comments

Hey guys,

============= STEP 1 =============

OPEN THE FILE CONFIG.CPP AND ADD THE FOLLOWING CLASS UNDER THE TAG TON

    class DynMarket
    {
        file = "\life_server\Functions\DynMarket";
        class calculatePrices {};
        class changePrice {}; // ADD THIS
        class config {};
        class getUpdate {};
        class HandleDB {};
        class playerLogged {};
        class sleeper {};
    };

You miss to add the file / class "changePrice" inside the config.cpp

LennyObez avatar Sep 18 '16 14:09 LennyObez