fxh3d
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);
});
"
>
No Mods Yet
This user has not yet published any mods.
No Addons Yet
This user has not yet published any addons.
Recent Activity
Created comment
I have been having a issue where sometimes when the magazine finishes loading it doesn't switch back to the weapon (My hands stay empty), so i have to do it manually but that makes it so i can't sprint or go prone anymore, i think i am able to fix this by standing still and pressing sprint a couple of times and it all goes back to normal
Nov 28, 2025 4:34 PM
View details