Loop AddPlayerClass
#1

I created a loop for my skin ClassSelection with the array SKINS, more does not work, the selection screen skin, did not appear the way I want, in order as the array, and the skins that are in the array, the code below

// array
new skins[52][1]={
{285},{284},{288},{282},{276},{274},{210},{193},{1 94},{192},{190},{138},{139},
{140},{146},{154},{97},{45},{18},{128},{133},{202} ,{33},{161},{198},{23},{81},
{80},{26},{96},{167},{11},{141},{148},{179},{203}, {217},{260},{27},{70},{101},
{142},{144},{170},{180},{184},{263},{75},{188},{19 },{214},{206}
};

//loop

for(new x; x < sizeof(skins); x++)
{
AddPlayerClass(x,...);
}
Reply


Messages In This Thread
Loop AddPlayerClass - by Braulio_BcO - 10.01.2010, 22:00
Re: Loop AddPlayerClass - by M4S7ERMIND - 11.01.2010, 09:45

Forum Jump:


Users browsing this thread: 1 Guest(s)