22-06-2006, 01:51 AM
It means a value is being assigned for a variable outside of it's known range. e.g., you have something that's like Max_Players as Byte, and then it is looking at player number 256, even though the max byte value is 255.
Just figure out what part is overflowing, then up the variable
Just figure out what part is overflowing, then up the variable
