24.01.2011, 21:56
Like this?
pawn Код:
stock randomEx(min, max)
{
//Credits to ******
new rand = random(max-min)+min;
return rand;
}