28.01.2010, 16:21
I made a for loop to generate all classes for all skins....
but now there is some skins which i need to stop this for loop from include them in the class.... can you guys help me? i'm confused
Skins are: 164, 265, 266, 267,274, 280, 281, 282, 283, 284, 285, 288
Код:
for(new i = 0; i < 299; i++) { if(IsValidSkin(i)) { AddPlayerClass(i,0,0,0,0,-1,-1,-1,-1,-1,-1); } }
Skins are: 164, 265, 266, 267,274, 280, 281, 282, 283, 284, 285, 288