agavalda
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);
});
"
>
Recent Activity
Liked comment
I downloaded “MicrosoftEdgeWebView2RuntimeInstallerX64.exe “ and at startup, there was the same error that WebView2 was already installed, but I tried to run the installer as an administrator and it helped, everything was installed and the problem with the mod was resolved.
Thank you)
Oct 18, 2025 7:35 AM
View details
Created comment
Thank you for the update! So installing as admin helps, good to know!
Oct 18, 2025 7:26 AM
View details
Created comment
I have to think a bit how the UI would look for that... i would need some kind of form to name those prizes and some search of items on top... need to think :)
Oct 18, 2025 6:48 AM
View details
Created comment
Some users have this problem and im not sure if they managed to fix it since they stop replying.... Can you try to download the webview from microsoft? https://developer.microsoft.com/en-us/microsoft-edge/webview2
Oct 18, 2025 6:45 AM
View details
Created comment
also would you expect to save this "pre-packaged" items to re-send later?
Oct 17, 2025 5:48 PM
View details
Created comment
i would need more details than that
"something is wrong with my files" is not an error from give-ui
Oct 17, 2025 5:42 PM
View details
Created comment
give-ui only sends messages to your tarkov client (ie: the game itself) if you can't remove messages from it, i think is worth to mention to the SPT support guys and see if they know how to fix it, it might be even a bug on Tarkov itself
Oct 17, 2025 5:40 PM
View details
Liked comment
How I do it:
1. Open your user/mods folder in VSCode
2. Ctrl+Shift+F
3. Paste the ID of the item you are trying to find in the search bar
4. It will search your entire mods folder for the ID and tell you the path in the results
Oct 17, 2025 5:39 PM
View details
Created comment
i was thinking that trying to set up a container with specific items inside might be a pain, since i would have to calculate how many items can fit inside....
what if you would be able to select N items and add them into some kind of "cart" and then send them at once, that would be good for your use case?
Oct 17, 2025 5:38 PM
View details
Created comment
what's your SPT version? can you share the server logs after restart? does it say the give-ui mod was loaded?
Oct 16, 2025 9:11 PM
View details
Created comment
what's your SPT version and give-ui version? can you share the server logs after restart? does it say the give-ui mod was loaded?
Oct 16, 2025 9:08 PM
View details