Friday, June 27, 2025
31.1 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  Farrer Park Swimming Complex will be no more as site makes way for new HDB flats & integrated sports facilities, Ang Peng Siong bids farewell 'after 18 years of using it as our training base'

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

Hot this week

Singapore launches GaN hub to power next-gen semiconductors

SINGAPORE: Singapore launched a new S$123 million semiconductor facility...

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); } });