diff --git a/SQF/dayz_code/Configs/CfgServerTrader/README.txt b/SQF/dayz_code/Configs/CfgServerTrader/README.txt new file mode 100644 index 000000000..9e582bf44 --- /dev/null +++ b/SQF/dayz_code/Configs/CfgServerTrader/README.txt @@ -0,0 +1,6 @@ +To customize config traders copy this CfgServerTrader folder to your mission. + +Then in description.ext replace this line: +#include "\z\addons\dayz_code\Configs\CfgServerTrader\CfgServerTrader.hpp" +with this: +#include "CfgServerTrader\CfgServerTrader.hpp" \ No newline at end of file