Who did the rap mogul play for and how did he fare?

The NBA career of Percy Robert Miller Sr., also known as Master P, was short but exciting. He's a famous rapper who's been active for over three decades, but besides rapping, he's also tried his hand at professional basketball.

The professional basketball league has shared an affiliation with several rap artists over the years. Drake is a friend of several NBA players, while J. Cole has had many live performances. Many other rappers love watching the league and hanging out with its stars.

This article will reveal everything you need to know about Master P's NBA career. We will look at what teams he played for and how good he was.

'; }); pollOptions.innerHTML = pollOptionsDom; pollCount.innerHTML = totalVotes + ' votes'; if (totalVotes > 10) { pollCount.classList.remove("hidden"); } } function trackBetsTodayPollImpression() { var intersectionObserverForArticlePoll = new IntersectionObserver( function(entries) { entries.forEach(function(entry) { var pollId = entry.target.getAttribute("data-poll-id"); if (POLLS_BY_ID[pollId]['impression_tracked']) return; if (!entry.target || !entry.isIntersecting || entry.intersectionRatio < 0.5) return; setTimeout(function() { if (isInViewport(entry.target)) { POLLS_BY_ID[pollId]['impression_tracked'] = true; var isDesktop = "1"; var gaPayload = { "question" : POLLS_BY_ID[pollId]['question'], "category": "Basketball", "page_url": window.location.href, "option1": POLLS_BY_ID[pollId]['option1'], "option2": POLLS_BY_ID[pollId]['option2'], } if (isDesktop) { gaPayload["device"] = "Desktop"; } else { gaPayload["device"] = "Mobile"; } gtag("event", "BETS_TODAY_POLL_IMPRESSION", gaPayload); intersectionObserverForArticlePoll.unobserve(entry.target); } }, 1000); }); }, { threshold: 0.5 } ); var pollElements = document.querySelectorAll('.bets-today-poll'); pollElements.forEach(function(pollElement) { var isAnswered = pollElement.querySelector(".poll-option-answered"); if (!isAnswered) { intersectionObserverForArticlePoll.observe(pollElement); } }) } return { answerPollX: answerPollX, }; }();

Master P's NBA career and his success in rap

Although he has been active in the music industry since 1989, Master P gained much fame in the mid-1990s. His hip-hop group TRU had a breakout album during this period, and Miller also achieved a lot of success as a solo performer.

By 1998, Miller was one of the most influential entertainers in the United States. With an estimated income of more than $56 million, Master P was one of the wealthiest people in the country. His net worth was estimated at $200 million back then.

Master P's NBA career involved two teams (Image via Getty Images)
Master P's NBA career involved two teams (Image via Getty Images)

At the peak of his career, the famous rapper decided to start playing basketball professionally. In 1998, Master P joined the Fort Wayne Fury in the CBA. He was a decent player but not exactly a superstar in the minor league.

You may be interested in reading: Top 3 NBA franchises which were sold for over $2 billion

Despite not being a standout athlete, Master P got a chance in the NBA. His career in the prestigious basketball league began in January 1999, when he joined the Charlotte Hornets' training camp roster for 10 days.

youtube-cover

Miller's stint with the Hornets was relatively short, as the team released him on February 1. However, he scored seven points in an intra-squad scrimmage. Master P also appeared in two exhibition games against the Atlanta Hawks.

The famous rapper played eight minutes against the Hawks but failed to score a field goal. In those two games, Miller was 0-for-3 from the floor, but he hit both of his free throws. He also added two assists and a rebound as a Hornet.


Percy Robert Miller Sr. also played for Toronto Raptors

After the Hornets released Miller, the Toronto Raptors decided to give the rap star a chance. Once again, he found himself on the training camp roster and played in an exhibition game.

You may be interested in reading: NBA Christmas Games: Top 5 best individual performances on Christmas Day in history featuring Michael Jordan, LeBron James and more

youtube-cover

Master P appeared in the Raptors' preseason contest against the Vancouver Grizzlies on October 18, 1999. The rapper scored eight points off the bench, helping Toronto blow the Grizzlies out 110-84.

Unfortunately, the Raptors released Miller before the regular season began.

Quick Links

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1337665, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1337665); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1337665) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1337665) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();

You Might Also Like