18.04.2013, 17:41
Not 100% sure what you need, but if it's constant, why use an array and not a define?
pawn Код:
#define string 1, 2, 5, 7, 25
new MyArray[] = {
string
};