Friday, June 27, 2025
32.9 C
Singapore

Man beats up multiple men at Chinatown, then tries to hit police officer who intervened with glass bottle

A video of a violent dispute at the People’s Park Complex in Chinatown has been going viral online. The dispute occurred on Sunday evening (25 Feb) and a 29-year-old man was arrested for using criminal force against a public servant.

In the video, a man in a black shirt can be seen throwing punches at another man who picks up a red chair to strike the man in black. The man in black quickly turns another man who tries to stop him. A woman can be heard wailing as the man in black hammers several others who try to restrain him:

man fight ten ppl dun know over wat

dis man fight many ppl dun know over wat

Posted by SINK – Singapore Ink on Tuesday, 27 February 2018

According to the police, who were alerted to the dispute at 10.44pm, the brawl was already over by the time officers arrived at the scene. When the 29-year-old saw the police, he tried to flee and officers gave chase. The man was finally arrested after he unsuccessfully tried to hit an officer with a glass bottle, but was unsuccessful.

See also  67-year-old taxi driver found dead in vehicle at Bedok Reservoir Road

It remains unclear what caused the dispute. Police investigations are ongoing.

Hot this week

SIA CEO’s annual pay fell 13.5% to S$7m despite record profit

SINGAPORE: Singapore Airlines (SIA) chief executive officer Goh Choon...

Singapore is 6th most peaceful country on the 2025 Global Peace Index

SINGAPORE: In the 19th edition of the Global Peace...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });