20.04.2010, 16:12
I got
could anyone tell me how to do this function to make the first line give from 4 to 30 points and second from 12 to 30points without any errors? because i get some errors and i don't know really how to form this one..
Код:
new rand_proc = {
{random(4)+30},
{random(12)+30}
};


