mSelection doesn't show all skins? +rep
#3

Quote:
Originally Posted by NaS
View Post
You shouldn't initialize count with -1, but with zero.

Then, switch these two lines:
pawn Code:
count++;
Skin[count] = i;
Otherwise count will always be 1 less than there are Skins in the Array.

Also replace
pawn Code:
if(count != -1)
with
pawn Code:
if(count != 0)
However that only causes the last Skin to be skipped, not 11 pages. But I didn't notice anything else..
switch this
count++;
Skin[count] = i;
with what?,
Reply


Messages In This Thread
mSelection doesn't show all skins? +rep - by DemME - 22.05.2017, 13:16
Re: mSelection doesn't show all skins? +rep - by NaS - 22.05.2017, 13:56
Re: mSelection doesn't show all skins? +rep - by DemME - 22.05.2017, 16:05
Re: mSelection doesn't show all skins? +rep - by NaS - 23.05.2017, 13:26
Re: mSelection doesn't show all skins? +rep - by DemME - 24.05.2017, 21:35
Re: mSelection doesn't show all skins? +rep - by JasonRiggs - 24.05.2017, 23:09
Re: mSelection doesn't show all skins? +rep - by DemME - 25.05.2017, 10:45
Re: mSelection doesn't show all skins? +rep - by JasonRiggs - 25.05.2017, 11:34
Re: mSelection doesn't show all skins? +rep - by DemME - 25.05.2017, 12:10
Re: mSelection doesn't show all skins? +rep - by JasonRiggs - 25.05.2017, 23:55

Forum Jump:


Users browsing this thread: 1 Guest(s)