26.03.2012, 08:15
In my script
how to add all skin + skins 0.3d ??
i have changed with this.. but bug... what is wrong ?
Quote:
for(new i=0; i<289; i++) { switch(i) { case 3 .. 6, 8, 42, 65, 74, 86, 119, 149, 208, 268, 273: continue; } AddPlayerClass(i, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); } |
i have changed with this.. but bug... what is wrong ?
Quote:
for(new i=0; i<313; i++) { switch(i) { case 268: continue; } AddPlayerClass(i, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); } |