Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgServerTrader
A Man f522834796 Updating Clothes
- Update and rebuild all skins. This removes unwanted behavior of AIs and players.
- Remove skins from CfgSurvival and add the needed information to CfgMagazines. We do not need two different configs to handle that.
2020-03-19 17:41:57 +01:00
..
2020-03-19 17:41:57 +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"