From 69661a22b45e8a6d73f6d834ecec3c1fe3f7ff2e Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Wed, 5 Feb 2014 09:15:09 -0600 Subject: [PATCH] removed trade metals options fixes #1074 --- SQF/dayz_code/compile/fn_selfActions.sqf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SQF/dayz_code/compile/fn_selfActions.sqf b/SQF/dayz_code/compile/fn_selfActions.sqf index 4eae319a0..4f2ec8650 100644 --- a/SQF/dayz_code/compile/fn_selfActions.sqf +++ b/SQF/dayz_code/compile/fn_selfActions.sqf @@ -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;