UHSpartan
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
Recent Activity
No recent activity to display
Activity will appear here as the user interacts with the platform
hey dude i was trying your explosive ammo mod and i did not work. the ammo would not load into mags. i was trying the 5.7x28 for P90. i did notice that your ammo reads 57x28 and not 5.7x28. im curious since the dot wasnt put in if thats whats making it not work?