Originally posted by TheEliteMossy
Follow what the rest are, so no you do not need the ()
You Know the code you posted
BuildCustomSights()
{
M=[];
M[0]="cardicon_prestige10_02";
M[1]="cardicon_prestige10";
M[2]="cardicon_weed";
M[3]="cardicon_warpig";
//Add more here, they will automagically be cached!
for(i=0;i<M.size;i++) precacheShader(M);
level.CSL=M;
}
How Do I Place This Without The Add More , What Would it be because this is the only thing stopping me now?
BuildCustomSights()
{
M=[];
M[0]="cardicon_prestige10_02";
M[1]="cardicon_prestige10";
M[2]="cardicon_weed";
M[3]="cardicon_warpig";
for(i=0;i<M.size;i++) precacheShader(M);
level.CSL=M;
}
or not?
Your a busy guy so i dont expect a reply but if someone knows could you tell me please?