Quote:
Originally Posted by Carlton
Quote:
Originally Posted by [ĦŁ₣
ЉǾǖŦĦЗŁΛẄ ]
No you need to use the variable defined in the loop:
for(new b = 0; b < sizeof(BlackSkins); b ++){
if(BlackSkins[b] == skinid) return 1;
}
|
The code doesn't make any sense, What's the point of using for looping Blackskins when you don't use it?
|
It's in bold dude, "BlackSkins[ b ] ==".