#A little dumb but...
1 messages · Page 1 of 1 (latest)
like a constant check if the the amount in the queue is bigger than max value
you'd either have to check it each time a value is added (the better option) or check every x whether it is bigger (the worse option)
how do i do the first one
okay i realized
i got it
but what if like i need so the value shifts or disappears over time
all stuff you'll need to handle
something like this
FASTBOARD
Value
Value #2
and after a few seconds value number 1 disappears
yep thats something you'll have to handle in the code