20.03.2010, 14:54
I have these values:
How can I sort them (1, 3, 45, 88, 94) and place them into "Values[1]"?
pawn Код:
new
Values[2][5] =
{
{45, 88, 01, 94, 3},
{0, 0, 0, 0, 0}
};