Setting random amount (Min-Max)
#5

pawn Код:
stock GetRandomBetween(min, max)
{
    new num = random(max);
    if(num > min) return num;
    else if(num < num) return GetRandomBetween(min, max);
}
will work but may take time

edit: Vince got better thing :P
Reply


Messages In This Thread
Setting random amount (Min-Max) - by weedxd - 02.10.2014, 10:36
Re : Setting random amount (Min-Max) - by AmirRFCNR - 02.10.2014, 10:47
Re: Setting random amount (Min-Max) - by weedxd - 02.10.2014, 10:58
Re: Re : Setting random amount (Min-Max) - by Vince - 02.10.2014, 11:06
Re: Setting random amount (Min-Max) - by PMH - 02.10.2014, 11:08
Re: Re : Setting random amount (Min-Max) - by weedxd - 02.10.2014, 11:09
Re: Setting random amount (Min-Max) - by weedxd - 02.10.2014, 11:11
Re : Re: Setting random amount (Min-Max) - by AmirRFCNR - 02.10.2014, 11:27
Re: Setting random amount (Min-Max) - by Vince - 02.10.2014, 11:30
Re: Setting random amount (Min-Max) - by weedxd - 02.10.2014, 11:32

Forum Jump:


Users browsing this thread: 2 Guest(s)