how can i randomize a number 1000 through 10000
#5

pawn Код:
stock minrand(min, max) //By Alex "******" Cole
{
    return random(max - min) + min;
}

//Use like..

new bankaccount;
bankaccount = minrand(1000,10000);
Reply


Messages In This Thread
how can i randomize a number 1000 through 10000 - by DarkLored - 19.04.2014, 01:48
Re: how can i randomize a number 1000 through 10000 - by DobbysGamertag - 19.04.2014, 01:50
Re: how can i randomize a number 1000 through 10000 - by DarkLored - 19.04.2014, 02:02
Re: how can i randomize a number 1000 through 10000 - by ChuckyBabe - 19.04.2014, 02:10
Re: how can i randomize a number 1000 through 10000 - by EiresJason - 19.04.2014, 02:13
Re: how can i randomize a number 1000 through 10000 - by DarkLored - 19.04.2014, 02:30

Forum Jump:


Users browsing this thread: 3 Guest(s)