05.07.2016, 15:04
Quote:
I don't know which line it is.. As I said, I'm getting this error with crashdetect.
|
random(count) is above 49 because count is probably a large number so its out of bounds
when u do new count u forgot to initialize it to 0.. or maybe its using some other count
u can also print count and see what the value is