Random Animation OnPlayerRequestClass
#7

I changed the code to the following:
Код:
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
};
Which gave me: error 048: array dimensions do not match

I also tried the two dimensional array

Код:
TwoStrings[][]={"DANCING", "dnce_M_b"};
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.
Reply


Messages In This Thread
Random Animation OnPlayerRequestClass - by borg747 - 01.08.2012, 15:44
Re: Random Animation OnPlayerRequestClass - by iggy1 - 01.08.2012, 15:47
Re: Random Animation OnPlayerRequestClass - by borg747 - 01.08.2012, 16:16
Re: Random Animation OnPlayerRequestClass - by iggy1 - 01.08.2012, 16:23
Re: Random Animation OnPlayerRequestClass - by borg747 - 01.08.2012, 16:28
Re: Random Animation OnPlayerRequestClass - by Roko_foko - 01.08.2012, 16:46
Re: Random Animation OnPlayerRequestClass - by borg747 - 01.08.2012, 16:57
Re: Random Animation OnPlayerRequestClass - by Roko_foko - 01.08.2012, 17:04
Re: Random Animation OnPlayerRequestClass - by borg747 - 01.08.2012, 17:08
Re: Random Animation OnPlayerRequestClass - by Roko_foko - 01.08.2012, 17:15

Forum Jump:


Users browsing this thread: 1 Guest(s)