#.
1 messages · Page 1 of 1 (latest)
the highest possible value a scoreboard can hold is 2147483648, if at any point its higher than that integer overflow will happen causing the number to be the lowest (-2147483648)
is there other ways to solve this ?
yeah if you change your system to never go above 2147483648 it should work with no bugs
so if i just track for ..-1 number i can just set it to 2147483648 would that be enough?