Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgServerTrader
AirwavesMan 9675e2301f Add more _DZ versions of arma 2 weapons
All Arma 2 weapons except the TWS and launchers have a _DZ version now. So it is no longer confusing which weapon version should be spawned. Always use the _DZ versions.
2021-01-09 11:14:37 +01:00
..
2019-12-04 17:52:31 +01:00

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"