23.11.2010, 17:48
5 is correct, it is just the size when you create an array, and so starts with 1
Strings are arrays themself, so you need a 3d array:
Edit: You can use the same ApplyAnimation code you used before.
Strings are arrays themself, so you need a 3d array:
pawn Код:
new RandomMove[5][2][24] =
{
{"Library", "Anim Name"},
{"Library", "Anim Name"},
{"Library", "Anim Name"},
{"Library", "Anim Name"},
{"Library", "Anim Name"}
};