Setting random amount (Min-Max)
#4

Quote:
Originally Posted by AmirRFCNR
Посмотреть сообщение
...
Are you trying to gain rep or something? Because posting wrong information isn't the way to do it. Do your research first. "Try this" and "Try that" with methods that are obviously wrong (to the trained eye) isn't going to help anyone.

@OP: use this function:
pawn Код:
minrandom(min, max)
    return min + random(max - min);
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: 7 Guest(s)