mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Add extra vehicle info in Adv. Trading
Translations are from Arma2OA languagecore.pbo
This commit is contained in:
@@ -212,7 +212,7 @@ TraderDialogBuy = {
|
||||
private ["_index", "_item", "_data"];
|
||||
_index = _this select 0;
|
||||
if (_index < 0) exitWith {
|
||||
localize "str_epoch_player_6" call dayz_rollingMessages;
|
||||
localize "STR_EPOCH_PLAYER_106" call dayz_rollingMessages;
|
||||
};
|
||||
_item = TraderItemList select _index;
|
||||
_data = [_item select 0, _item select 3, 1, _item select 2, "buy", _item select 4, _item select 1, _item select 8];
|
||||
@@ -224,7 +224,7 @@ TraderDialogSell = {
|
||||
private ["_index", "_item", "_data"];
|
||||
_index = _this select 0;
|
||||
if (_index < 0) exitWith {
|
||||
localize "str_epoch_player_6" call dayz_rollingMessages;
|
||||
localize "STR_EPOCH_PLAYER_106" call dayz_rollingMessages;
|
||||
};
|
||||
_item = TraderItemList select _index;
|
||||
_data = [_item select 6, _item select 0, _item select 5, 1, "sell", _item select 1, _item select 7, _item select 8];
|
||||
|
||||
Reference in New Issue
Block a user