Files
DayZ-Epoch/SQF/dayz_code
ebaydayz de4f50dad0 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 Stary and Bash traders as well as the boat dealer with these changes. No more error or problems.
2015-02-04 14:09:16 -05:00
..
2014-05-27 15:37:57 -04:00
2014-06-01 12:23:38 -05:00
2014-08-05 19:42:40 +02:00
2014-11-09 18:00:33 +01:00
2014-07-10 20:13:30 +01:00
2014-05-27 15:37:57 -04:00