01.08.2012, 16:57
I changed the code to the following:
Which gave me: error 048: array dimensions do not match
I also tried the two dimensional array
but it also did not work...I even tried removing the random and simply reading from the array position, ie: 0, 1 but that also did not fix the problem.
Код:
new RandomAnims[][][] = { {"DANCING", "dnce_M_b"}, // RandomAnime {"PAULNMAC", "wank_in"}, // RandomAnime {"KISSING", "Grlfrd_Kiss_01"}, // RandomAnime {"FIGHT_E", "FightKick"}, // RandomAnime {"FIGHT_B", "FightB_1"} // RandomAnime };
I also tried the two dimensional array
Код:
TwoStrings[][]={"DANCING", "dnce_M_b"};