
clodan
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);
});
"
>
Hi, Could it be possible to Update the “AnnyAmmoAnnyMag” mod to 3.3.0. It did work on 2.2.1 but had a freezing problem if the ammo were loaded “too fast (faster than 0.25% of load speed)” into the mag.
0 Likes
Recent Activity
No recent activity to display
Activity will appear here as the user interacts with the platform
The any ammo function of “MISHMASH WEAPONS” mod doesn’t work. Does it only works on TestingRange in hideout? I looked at the both of the mod’s codes, they were similar but i don’t know how to write codes. maybe it would be much easier to use the code of one mod to make the other mod better.