30.05.2015, 15:33
No its not working
Problem is in this
Problem is in this
Код:
randomEx(0,255)....
Код:
stock randomEx(min, max)
{
new rand = random(max-min)+min;
return rand;
}

