91³Ô¹ÏÍø

Watch CBS News

Pittsburg man faces 100 years to life sentence for daylong Monterey County crime spree

A Pittsburg man faces over 100 years to life in prison after he was found guilty of multiple charges for a daylong crime spree in September 2023, according to prosecutors.

Tele Matangi, 37, was convicted of carjacking, attempted carjacking, residential burglary, first-degree robbery, shooting at an occupied motor vehicle, being a violent felon in possession of a firearm and ammunition, possession of a controlled substance with a firearm, and hit-and-run, the Monterey County District Attorney's Office said in a statement Tuesday.

Authorities said that on Sept. 18, 2023, Matangi was driving in the Gonzales High School parking lot when he crashed through a locked gate near the stadium of the school, damaging it. He abandoned his vehicle near the school and carjacked a nearby driver at gunpoint.

He drove northbound to state Highway 156 near its intersection with U.S. Highway 101 in the Prunedale area. Authorities said around 40 minutes later, Matangi collided after turning into oncoming traffic from Highway 101 southbound traffic's off-ramp into the westbound lanes of Highway 156.

After crashing the vehicle he stole, Matangi left it on Highway 156. Prosecutors said he fired his gun at a concerned citizen who stopped near the collision site to help everyone involved. One of Matangi's shots struck the victim's car.

Authorities said Matangi fled on foot to a nearby Park and Ride parking lot where he approached a man sitting in his vehicle. He pointed a firearm at the man and attempted to carjack him, but he could not get the vehicle to start.

Matangi broke into a home across the street by ripping a window screen and climbing through the window. Once inside, he pointed his firearm at a resident of the home and stole the resident's car keys at gunpoint. Matangi then fled with the vehicle into the San Benito County area of Aromas.

In Aromas, Matangi abandoned the vehicle and stole a golf cart. He then abandoned it at a nearby property and hid in an Aromas resident's storage unit. The homeowners found him hiding in their storage unit and told him to leave.

Authorities said that soon after, a San Benito County sheriff's deputy saw Matangi walking on southbound Carpenteria Road. As the deputy followed, Matangi brandished a firearm at him.

Eventually, deputies from the Monterey County Sheriff's Office helped the San Benito deputy in arresting Matangi. They found in his possession a .40-caliber semiautomatic firearm, multiple magazines with live ammunition, a small plastic bag of methamphetamine, and keys to the car he stole last.

On Friday, a Monterey County Superior Court jury also found Matangi guilty of personally using a firearm during the commission of many of his offenses. On Tuesday, the court ruled that Matangi had two prior "strike" convictions within the meaning of California's Three Strikes Law. Due to his prior violent felony convictions for robbery and carjacking, he was prohibited from possessing firearms. Matangi will be sentenced on May 29. Due to his past convictions, prosecutors say he could get more than 100 years to life in prison.  

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });