

DJLang
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);
});
"
>
Hello, for your deadzone mod i noticed that sometimes my character’s arms would bug out and hold his rifle by the mag instead of foregrip. aiming down sights works fine but the thumbnail gets squished as well, please look into this
0 Likes
Recent Activity
No recent activity to display
Activity will appear here as the user interacts with the platform
Hi, can you check over your Raid Overhaul mod, i am having issues with it currently that i have described in the support thread