19.03.2008, 19:49
Use an array;
pawn Код:
#define tColors 2 //Number of colors
new vColor[tColors][1] = {
{1}, //color1
{2} //color2
};