matsix
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
Created comment
Upcoming Updates in v1.1.1 -
- New way to control tactical devices, this change was needed because the old way doesn't sync with other Fika players and also bots didn't detect flashlights/lasers - New build you will control tactical device by holding left grip and tapping B to turn on/off and hold B for 0.3 seconds to toggle to next. Highlight tactical device functionality has been completely disabled
- Menu laser pointer will now stay visible during loading into a raid
- Opening inventory/UI will now force your left hand to disconnect from your gun if you were two handing it. This results in improved IK consistency and less jank
- Completely disabled weapon tilting when rotating/strafing
- Completely disabled the animation that happens when ADSing resulting in significantly less jitter
Gun control in this next update will be significantly improved with those last two points
Nov 3, 2025 11:25 PM
View details