random?
#2

random(6000) would only be from 0 - 5999 by the way.

If you want to do that, use this function from ******:
pawn Код:
stock minrand(min, max) //By Alex "******" Cole
{
    return random(max-min)+min;
}
Reply


Messages In This Thread
random? - by Kar - 16.07.2010, 02:54
Re: random? - by TheInnocentOne - 16.07.2010, 03:02
Re: random? - by bigcomfycouch - 16.07.2010, 03:03
Re: random? - by Kar - 16.07.2010, 03:03
Re: random? - by zallomallo - 16.07.2010, 03:10
Re: random? - by Kar - 16.07.2010, 03:21

Forum Jump:


Users browsing this thread: 2 Guest(s)