tarkovnewbie
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
i'm going to try and reinstall give-ui on an updated version to see if it fixes the problem i'm having
Nov 6, 2025 9:38 AM
View details
Created comment
i already had that idea, but it said that there was a letter missing
Nov 6, 2025 9:28 AM
View details
Created comment
and the only error i got from the server was: '[UNHANDLED][/give-ui/server]
Nov 6, 2025 9:16 AM
View details
Created comment
all it said was: 'Please check SPT Server is running, the connection details are correct and the mod is installed in your user folder' and it gave me the message: 'Get "https://[SERVER IP]/give-ui/server": http: server gave HTTP response to HTTPS client'
Nov 6, 2025 9:04 AM
View details
Created comment
I can't seem to fix this... I have a bug when I try to start it. Server connection is perfect, everything is running well, using the correct version, but then give.ui has an error every time I try to connect, saying there was a connection error. How do i fix it?
Nov 6, 2025 7:44 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.