nooky
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);
});
"
>
IS THERE A MOD THAT ACCOUNTS CAMOUFLAGE STATISTICS AND VISIBILITY ACCORDING TO THE ENVIRONMENT?
0 Likes
i downloaded the swag mod plus yours but when i start the server the swag mod loads but it says in red config missing pak,jason and scr missing pak jason. ive tried reinstalling the mod but its not working
0 Likes
Recent Activity
No recent activity to display
Activity will appear here as the user interacts with the platform
Hey man,
Can i get some more insight on what needs to change in each of the configs. I am still lost. I somehow got the goons 100% on factory but when i did the same thing on cultists on customs I somehow got bloodhounds. I checked my files i changed the cultists’ settings.
There seems to be a chance setting on both the bossconfig.json and the config.json. does the bossconfig.json chance not mean anything and only the config.json matter or is there a reason for the bossconfig.json chance?
I would like to write a program that allows for making these changes from a windows console window. I would gladly send you the source code to possibly add to a new release if i am successful.