S13NDR_M4N
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);
});
"
>
thanks very much for that. still not sure what i did wrong but all good now. going to see if i can add a mag for the 7.62 mdr now, wish me luck
0 Likes
hi, i’m trying to do the same as you and add the drum mag to vector but i seem to be doing something wrong as it doesnt show up in trader. would you mind sharing your mod.ts file so i can work out ehat i’m doig wrong?
thanks
0 Likes
Recent Activity
No recent activity to display
Activity will appear here as the user interacts with the platform
Followers
No followers yet.
Following
Not yet following anyone.
hi, i’ve abondoned that mod for the moment as i cant get the trader assorts to work. i think the method has changed in 3.8.3 from earlier versions and i think it may change again in 3.9.0 so i’m going to wait and see