vehicle upgrade message when no vehicles

This commit is contained in:
[VB]AWOL
2013-11-25 09:34:27 -06:00
parent 7adb7cd476
commit 26702cc8e3

View File

@@ -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;