25.11.2014, 22:16
Using 256 cells for a string that only requires 128, 3 damned times.
Why are you setting all of these variables outside of the loop?
Just an observation
pawn Code:
foreach(Player, i) LottoNumber[i] = 0; // Setting every player's online lottery number to 0
LottoNum = 0; // Setting the Lottery Winning Number to 0
LottoPrize = 0;
Just an observation