Random problem :(
#5

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..

pawn Код:
new random[10];
Infact you shouldn't even call it 'random', since it's sharing the name with a function.
Reply


Messages In This Thread
Random problem :( - by i3Cookies - 07.12.2010, 09:59
Re: Random problem :( - by Mehtab - 07.12.2010, 10:02
Re: Random problem :( - by i3Cookies - 07.12.2010, 10:04
Re: Random problem :( - by Mehtab - 07.12.2010, 10:09
Re: Random problem :( - by Celson - 07.12.2010, 10:20
Re: Random problem :( - by nutzkung69 - 07.12.2010, 10:56
Re: Random problem :( - by Voldemort - 07.12.2010, 10:57

Forum Jump:


Users browsing this thread: 1 Guest(s)