Setting min-max number
#4

This is probably what you have been originally looking for. Had it somewhere laying in an old script ..

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


Messages In This Thread
Setting min-max number - by WillyP - 07.12.2010, 14:49
Re: Setting min-max number - by Mauzen - 07.12.2010, 14:54
Re: Setting min-max number - by WillyP - 07.12.2010, 14:59
Re: Setting min-max number - by woot - 07.12.2010, 15:03
Re: Setting min-max number - by WillyP - 07.12.2010, 15:09

Forum Jump:


Users browsing this thread: 1 Guest(s)