DynamicMarket
DynamicMarket copied to clipboard
The price isn't updating
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