Is it possible to Increase sell distance from vehicles. I have tried adding these to init.sqf but they make no difference, I would like to set it to 100m.
--------------------------------------------------------
Sell Distance LAND Vehicle
dayz_sellDistance_vehicle = 10;
Sell Distance SEA Vehicle
dayz_sellDistance_boat = 30;
Sell Distance AIR Vehicle
dayz_sellDistance_air = 40;
--------------------------------------------------------
dayz_sellDistance = 20;
--------------------------------------------------------