From 26702cc8e3152ed2b70c64d31d3ad4965f903736 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Mon, 25 Nov 2013 09:34:27 -0600 Subject: [PATCH] vehicle upgrade message when no vehicles --- SQF/dayz_code/compile/player_upgradeVehicle.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/compile/player_upgradeVehicle.sqf b/SQF/dayz_code/compile/player_upgradeVehicle.sqf index a5f331772..182342341 100644 --- a/SQF/dayz_code/compile/player_upgradeVehicle.sqf +++ b/SQF/dayz_code/compile/player_upgradeVehicle.sqf @@ -156,14 +156,14 @@ if (_IsNearVehicle >= 1) then { _textMissing = getText(configFile >> "CfgMagazines" >> _missing >> "displayName"); cutText [format[(localize "str_epoch_player_146"),_missingQty, _textMissing], "PLAIN DOWN"]; }; - } else { cutText [(localize "str_epoch_player_82"), "PLAIN DOWN"]; }; - } else { cutText [(localize "str_epoch_player_245"), "PLAIN DOWN"]; }; +} else { + cutText [(localize "STR_EPOCH_PLAYER_27"), "PLAIN DOWN"]; }; TradeInprogress = false; \ No newline at end of file