ADVERTISEMENT

NBA: After playoff clash, LeBron has this message for friend Melo

Published Aug 31, 2020 07:41 pm
20 years and counting, James says it will 'always be a privilege and honor' to hoop with Anthony
LeBron James Carmelo Anthony
LeBron James #23 of the Los Angeles Lakers hugs Carmelo Anthony of the Portland Trail Blazers for Game five of the first round of the 2020 Playoffs as part of the NBA Restart 2020 on August 29, 2020 at AdventHealth Arena in Orlando, Florida. (David Dow / NBAE via Getty Images / AFP)

After the Los Angeles Lakers eliminated the Portland Trail Blazers in the playoff picture, LeBron James looked back on his friendship with fellow veteran Carmelo Anthony.

The 35-year-old Lakers superstar took to social media his appreciation for Anthony, 36, after Los Angeles advanced to the second round 131-122 Sunday with a 4-1 series lead.

READ: NBA Roundup: Lakers, Bucks advance; Moment of silence for Boseman, Robinson, Olson; Kidd wants to coach Sixers

"Going on 20 years of friendship to date my brother and it will always be a privilege and honor to do what we love to do and that’s hoop!" James wrote Monday in a heartfelt Instagram post, accompanied by two photos of them sharing a light moment.

"Never taking these moments for granted cause I just don’t know how many more we got together out there but what I do know is we have the rest of our lives afterwards to continue to live it up to the fullest. Love CHAMP!!!" he added.

Their friendship and rivalry root from a deep and personal connection.

James and Anthony, making their 17th season in NBA, were considered rivals in high school before joining forces for Team USA and NBA's All-Star teams.

It can be recalled that James of St. Vincent-St. Mary High School and Anthony's Oak Hill Academy locked horns in Trenton, New Jersey in February 2002, a jampacked high school match witnessed by 11,000 spectators per ESPN's Brian Windhorst.

Oak Hill took a 72-66 victory but the two put up a show as the kid from Akron dropped 36 points on 12-of-27 shooting to go with eight rebounds and five assists while Anthony chalked up 34 markers on 14-of-25 shooting and 11 boards.

The two high school standouts eventually landed in the biggest basketball league with James being the top pick of the 2003 Draft Class while Anthony came in third.

Several sports sites and magazines also featured the two NBA veterans from their rookie era in the Cleveland Cavaliers and the Denver Nuggets respectively.

Alongside Miami Heat great Dwyane Wade and Oklahoma City Thunder's Chris Paul, James and Anthony are part of the "Banana Boat" crew, which was first formed in 2015 after a vacation photo of them riding a banana boat surfaced online.

 "As I've said, it's very humbling and it's something we'll talk about long after our careers. Not just the battles not only as opponents as you see tonight but also as teammates that you've seen in All-Star games and Olympic games," James said in Game 3's post-game interview.

Anthony, for his part, tweeted a photo of them with the caption: "2003 or 2020? #TBT #STAYME7O"

While he is set to become a free agent in the offseason, the 36-year-old Anthony has set sights to play for the Trail Blazers anew, citing that he has "found a home in Portland."

Portland is the fifth team of Anthony in the NBA, having played for the Nuggets (2003-2011), the New York Knicks (2011-2017), the Thunder (2017-2018) and the Houston Rockets (2018-2019).

Related Tags

Trail Blazers Portland Trail Blazers Chris Paul Carmelo Anthony Dwyane Wade Banana Boat Crew Banana Boat los nba Lakers LeBron James
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.