hsinraymax
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);
});
"
>
This user has not yet published any mods.
Recent Activity
Created comment
You are right, that was my mistake. In that case, are there any plans to add a semi-automatic designated marksman rifle in the future? After all, in the original game, the .338 LM has the MK-18, while the .300 WM only has bolt-action rifles.
Oct 13, 2025 1:37 PM
View details
Deleted comment
You are right, that was my mistake. In that case, are there any plans to add a semi-automatic designated marksman rifle in the future? After all, in the original game, the .338 LM has the MK-18, while the .300 WM only has bolt-action rifles.
Oct 13, 2025 1:36 PM
View details
Created comment
You are right, that was my mistake. In that case, are there any plans to add a semi-automatic designated marksman rifle in the future? After all, in the original game, the .338 LM has the MK-18, while the .300 WM only has bolt-action rifles.
Oct 12, 2025 8:06 AM
View details
Created comment
My mistake, the gun does work, but that's because you also listed the bullet's caliber incorrectly.
Oct 11, 2025 12:53 PM
View details
Created comment
There is an error in the listed caliber for the .300 WM ammunition. It should be 7.62, but you have written it as 762, which is causing an error and preventing the firearm from being used.
Oct 11, 2025 12:48 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.