15.10.2013, 23:27
This isn't my code, but it should work. Credits to Fj0ritzFredde and ******
So this is the code, you don't have to rename any of the variables.
pawn Код:
stock randomEx(min, max)
{
new rand = random(5000, 10000)+5000;
return rand;
}
pawn Код:
new mrand = randomEx(5000,10000);