Files
DayZ-Epoch/SQF
ebaydayz 3623b68112 Fix trader menu expected array error
TraderItemList and TraderCatList should be initialized as arrays, not numbers. Fixes this error:
```
Error in expression < 0;
if (_index < 0) exitWith {};
while {count TraderItemList < 1} do { sleep 1; >
  Error position: <count TraderItemList < 1} do { sleep 1; >
  Error count: Type Number, expected Array,Config entry
File z\addons\dayz_code\compile\player_traderMenuHive.sqf, line 174
```
See: https://github.com/vbawol/DayZ-Epoch/issues/1616

Tested buying and selling to all the stary and base traders as well as the boat dealer with these changes. No more error or problems.
2015-02-04 14:11:47 -05:00
..
2014-06-22 17:32:26 -05:00
2014-05-27 12:40:21 -04:00
2014-11-06 13:40:12 +01:00
2014-05-07 12:17:41 -05:00
2015-01-18 00:45:00 -06:00
2013-11-09 15:49:53 +01:00
2014-07-01 15:22:39 -05:00