Man reportedly shoots cousin fatally while playing with rifle — police

AMMAN — Police have arrested a 19-year-old man suspected of fatally shooting his cousin “by mistake” in Madaba, Public Security Department Spokesperson Lt. Col. Amer Sartawi said on Saturday.

The suspect had invited his 20-year-old cousin to lunch and was playing with his pump action rifle when a bullet was accidentally fired, striking the victim in the eye in Mleih town on Friday, Sartawi told The Jordan Times.

“It seems from an initial investigation that the safety pin was not on when the shooting incident occurred,” he said.

The victim was rushed to a nearby hospital but was declared dead on arrival, Sartawi added.

A post-mortem conducted by Pathologist Isssa Gheishan, indicated that the victim died from severe brain haemorrhage, a medical source said.

“The bullet penetrated the victim’s eye and destroyed his brain,” Gheishan told The Jordan Times.

The Criminal Court prosecutor is questioning the suspect and other witnesses to determine what charge will be brought against the suspect, a judicial source said.

Also on Friday, a 27-year-old man died from stab wounds he sustained a day earlier during a brawl with another man in the Jordan Valley, Sartawi said.

The two men were fighting in the street when the suspect pulled a knife and stabbed the victim repeatedly, according to Sartawi.

“The victim was rushed to a nearby hospital but succumbed to his wounds on Friday,” the police official added.

The suspect is in police custody pending further investigation, the official said, adding that the cause of the fight “is still not clear”.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });