removed trade metals options fixes #1074

This commit is contained in:
[VB]AWOL
2014-02-05 09:15:09 -06:00
parent 1d98c87535
commit 69661a22b4

View File

@@ -770,10 +770,6 @@ if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cu
// Database menu
_buy = player addAction [localize "STR_EPOCH_PLAYER_289", "\z\addons\dayz_code\actions\show_dialog.sqf",(_traderMenu select 0), 99, true, false, "",""];
s_player_parts set [count s_player_parts,_buy];
// Add static metals trader options under sub menu
_metals_trader = player addAction [localize "STR_EPOCH_PLAYER_301", "\z\addons\dayz_code\actions\trade_metals.sqf",["na"], 0, true, false, "",""];
s_player_parts set [count s_player_parts,_metals_trader];
};
s_player_parts_crtl = 1;