Random text
#6

Replace
pawn Код:
srrm = random(sizeof(RandomRace));
To
pawn Код:
new srrm = random(sizeof(RandomRace));
And This
pawn Код:
rchoosen = RandomRace[srrm]; // line 8425
    srx1 = rchoosen[0][0]; // line 8426
    sry1 = rchoosen[0][1];
    srz1 = rchoosen[0][2];
To
pawn Код:
RandomRace[srrm][0], RandomRace[srrm][1], RandomRace[srrm][2]
Not sure, because I check the code quickly.
Reply


Messages In This Thread
Random text - by BGMike - 31.01.2012, 14:35
Re: Random text - by lamarr007 - 31.01.2012, 14:37
Re: Random text - by Konstantinos - 31.01.2012, 14:39
Re: Random text - by doreto - 31.01.2012, 14:39
Re: Random text - by BGMike - 31.01.2012, 15:01
Re: Random text - by Konstantinos - 31.01.2012, 15:09

Forum Jump:


Users browsing this thread: 2 Guest(s)