22.05.2017, 16:05
Quote:
You shouldn't initialize count with -1, but with zero.
Then, switch these two lines: pawn Code:
Also replace pawn Code:
pawn Code:
|
count++;
Skin[count] = i;
with what?,
You shouldn't initialize count with -1, but with zero.
Then, switch these two lines: pawn Code:
Also replace pawn Code:
pawn Code:
|