07.12.2010, 10:20
You're creating an array with 500 cells, but only up to a maximum of 10 of those cells will actually be used. Wouldn't it just be a better idea to make it..
Infact you shouldn't even call it 'random', since it's sharing the name with a function.
pawn Код:
new random[10];