23.05.2017, 13:26
I meant switch the order of those two lines, or make it
Otherwise "count" will not contain the actual number of elements in the Array, but one less (after the loop).
This shouldn't be the reason for so many entries missing though (I don't see anything else wrong).
pawn Code:
Skin[count ++] = i;
This shouldn't be the reason for so many entries missing though (I don't see anything else wrong).