Lotto more random numbers
#3

I don't know exactly what you mean:
pawn Код:
new rand = random(49); // 49 is MAX so correct
if(rand < 47) rand += 3; // I don't know what you mean with this
Lotto(rand);// I think you mean: Lotto = rand;
But if you want Lotto = 1 until 49 then you can use this:
pawn Код:
Lotto = random(49);
Reply


Messages In This Thread
Lotto more random numbers - by ArTisT - 28.04.2010, 12:48
Re: Lotto more random numbers - by Sascha - 28.04.2010, 13:02
Re: Lotto more random numbers - by CAR - 28.04.2010, 13:17

Forum Jump:


Users browsing this thread: 1 Guest(s)