Setting random amount (Min-Max)
#7

Quote:
Originally Posted by PMH
Посмотреть сообщение
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
Yeah i noticed but the thing is that Vince didnt explain anything and i have no idea how to use it :/
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: 1 Guest(s)