Random tips on checkpoint
#3

Use that:

pawn Код:
stock randomNum(min, max)
{    
    new rand = random(max-min)+min;    
    return rand;
}
Reply


Messages In This Thread
Random tips on checkpoint - by cyberlord - 03.01.2015, 14:52
Re: Random tips on checkpoint - by Neos07 - 03.01.2015, 15:21
Re: Random tips on checkpoint - by PaulDinam - 03.01.2015, 15:25
Re: Random tips on checkpoint - by DavidBilla - 03.01.2015, 15:26
AW: Random tips on checkpoint - by CutX - 03.01.2015, 15:26
Re: Random tips on checkpoint - by cyberlord - 03.01.2015, 15:45
AW: Re: Random tips on checkpoint - by CutX - 03.01.2015, 15:50
Re: Random tips on checkpoint - by cyberlord - 03.01.2015, 16:45

Forum Jump:


Users browsing this thread: 1 Guest(s)