26.09.2010, 08:51
You do not need a 2D array, one dimension is enough, because a color hex number is nothing else but a integer.
(Also you forgot the ; after the last bracket of the array)
pawn Код:
new sColor[ssColors] = {
0x8A2BE2FF,
0x483D8BFF,
...