ADVERTISEMENT

Danao warns of dire consequences for SUV owner in Mandaluyong hit-and-run

Published Jun 13, 2022 01:33 pm

“I’m warning you Mr. San Vicente, kung marunong kang umintindi sa sinasabi ko, sana huwag umabot sa puntong maging Santo Vicente ka (if you understand what I’m saying, I hope it won’t reach to the point where you will become a Saint Vicente).”

Police Lt. Gen. Vicente Danao Jr., officer-in-charge of the Philippine National Police (PNP), speaks in a press briefing at Camp Crame in Quezon City on June 13, 2022. (Courtesy of PNP-PIO livestream)

This was the direct warning of Police Lt. Gen. Vicente Danao Jr., PNP officer-in-charge, to the registered owner of the sports utility vehicle (SUV) that got involved in a viral hit-and-run incident in Madaluyong City two weeks ago, implying of dire consequences if he continues to refuse to surrender.

Danao, in a press briefing at Camp Crame on Monday, June 13, revealed that the owner of the white Toyota RAV4 (plate number NCO 3781), identified by the Mandaluyong City Police as Jose Antonio San Vicente, had a previous record for reckless driving at the Land Transportation Office (LTO).

“This is not the first time that he has a case of reckless imprudence so mayroon na ito (he has ) according to LTO,” Danao said.

However, Danao could not present further details on the previous case of San Vicente.

The lawyers of the San Vicente family reportedly argued that it was not Jose Antonio who was the owner of the SUV but his father, whose identity remains unknown to authorities.

The lawyers reportedly said that it was only Jose Antonio who was driving the vehicle when the incident happened last June 5, and the suspect opted not to reveal himself for fear of “public humiliation.”

Danao blasted the San Vicente family’s alleged reasoning as he insisted that the suspect should “man up” and face the charges filed against him. He even accused the suspect of being a drug suspect for his failure to cooperate to authorities.

“Regardless if it’s the father or the son, nakabangga ka ng tao at imbes na hintuan mo lalo mo pang sinagasaan. Anong klaseng utak ‘yan? (You bumped a human being and instead of stopping, you tried to kill him. What kind of mentality is that)?” Danao said.

“ natural courses of a decent man who is in his right senses definitely surrender immediately. Bakit ‘di sumurrender? Ikaw ay china-challenge ko, Mr. San Vicente. Ayaw mo sumurrender tama? Isa lang ang sasabihin ko sayo, baka adik ka (Why didn’t you surrender? I am challenging you, Mr. San Vicente. You don’t want to surrender, right? There is only one thing that I will say to you, you might be an addict),” he added.

“Baka gumagamit ka kaya ayaw mo sumurrender? (Maybe you are a drug user that’s why you don’t want to surrender?) Remember, the PNP already filed the cases against you. You take note, kapag lumabas warrant mo, hintayin mo lumabas warrant mo (Just wait until the warrant of arrest for you is released.) I’m giving you a fair warning habang maaga (until it’s still early),” the PNP OIC continued.

Mandaluyong City Police chief, Police Col. Gauvin Unos said they filed cases for frustrated murder and abandonment of one’s own victim against San Vicente for bumping and leaving security guard Christian Floralde.

The raps were filed before the Mandaluyong City Prosecutor’s Office last June 6.

Danao also urged the LTO to revoke the license of San Vicente, saying it should have been suspended the first time that he had a reckless driving case.

“Driver’s license is only a privilege, it is not our right. Kahit ako, if you abuse it dapat i-revoke (Even for me, if you abuse it, then it should be revoked). Are we going to wait na kayo ang babanggain ng taong ito? (Are we going to wait until it’s one of you who will be hit by this person?)” Danao said.

Related Tags

vicente danao jr. 6132022 HIT AND RUN mandaluyong city PNP Jose Antonio San Vicente
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.