ADVERTISEMENT

Samboy Lim, the icon who walks the sky but remains grounded as ever

Published Dec 24, 2023 05:50 am

At A Glance

  • Looking back at his years as a player, with Letran, with the national team and the San Miguel Beer in the PBA, the Philippine basketball truly lost one of its greatest talents to have ever walked on earth, a player who had soared and walked in the sky during the highs of his career but remained grounded as ever.

Knee-high socks, the iconic mustache, and the No. 9 San Miguel Beer jersey paired with daredevil drives and acrobatic moves.

It was not hard for Samboy Lim to stand out among his peers that even included some of the PBA stars who would eventually carve out a name for themselves. But Lim, probably one of the most well-loved players of his time, was an icon, not just because of his play on the hardcourt but also how gentle and mild-mannered he was on and off the court.

samboy-lim-1-1585732028.jpg
 

Letran Great and national team mainstay

Lim started to make a name for himself in the collegiate ranks when he helped Letran win a three-peat in the NCAA from 1982 to 1984. Even as a rookie, Lim proved to be a vital cog to the Knights' campaign before formally taking the lead in his final year where he finally won a Most Valuable Player plum after a pair of runner-up finishes in the first two seasons.

It was also at this time when Lim was a member of the RP Youth Team and eventually the national squad then under legendary coach Ron Jacobs. He immediately proved that he belongs to the big league when the Northern Consolidated squad played as a guest team in the PBA and played heavy minutes for the squad.

It was also with the team where he would win two Southeast Asian Games gold medals, a Jones Cup crown and one ABC championship in 1985. In 1986, he was part of the Philippine national team that copped the bronze medal in the Asian Games.
 

The Legend of the Skywalker

Lim is an athletic 6-foot-1 wing man who can glide in the air. He was not the highest of leapers back in his prime, but somehow he managed to stay in the air a little longer than his defenders and executed the craftiest of finishes.

Then, the legend of the man who walks in the skies was born. Lim’s career – and his popularity – soared to greater heights in the PBA when he was part of San Miguel Beer. He would become a vital part of the Beermen’s Grand Slam year in 1989 and went on to win a total of nine championships in his 12 years with the team.

During those years, he became a five-time All-Star, a two-time All-Star MVP, and a two-time second Mythical team member.

With the type of play that he has, injuries did take toll on him, slowing him down through the years and eventually leading to his retirement in the professional league.

But that did not take away the indelible mark he left in the league, becoming a PBA Hall of Famer in 2009 and was part of the PBA’s 25 and 40 Greatest Players. His No. 9 jersey was retired by the SMB franchise.
 

Good player but an even greater man

A menace for defenders, the only way to slow Lim down was to play him physical and, at times, give cheap shots. He was a favorite recipient of slaps, elbows and even hits that would cause him some bad falls.

But Lim never retaliated nor talked trash. He hardly celebrated even after the most difficult shots and never mocked his opponents. He just played ball. He was competitive on the court but a friend to enemies outside of it.

Being an example, Lim was the recipient of the league’s very first sportsmanship award. The award, being handed out by the league every season, is also named after him – a testament to how great of a man he is. 

He was, after all, coined as the quintessential Filipino basketball player of his generation.

On Saturday, Dec. 23, news broke out about Lim’s passing. Friends, former teammates and foes, the PBA and the rest of the Philippine basketball mourned the loss of a legend, a true icon of the sport in this basketball-crazy nation.

Looking back at his years as a player, with Letran, with the national team and the San Miguel Beer in the PBA, the Philippine basketball truly lost one of its greatest talents to have ever walked on earth, a player who has soared and walked in the sky during the highs of his career but remained grounded as ever.

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.