#4

Quote:
Originally Posted by Zimon95
Посмотреть сообщение
@ronnie3148: they are random position but still defined.
If you are looking for some random coords, here's the code:
pawn Код:
RandomX = RandomEx(maxX, minX);
RandomY = RandomEx(maxY, minY);

stock RandomEx(min, max) //******
{
    return random(max - min) + min;
}
I didn't understand that.
Reply


Messages In This Thread
how? - by Carrot - 13.04.2011, 13:21
Re: how? - by ronnie3148 - 13.04.2011, 13:40
Re: how? - by Zimon95 - 13.04.2011, 13:45
Re: how? - by Carrot - 13.04.2011, 14:05
Re: how? - by Zimon95 - 13.04.2011, 14:12
Re: how? - by ronnie3148 - 13.04.2011, 16:25

Forum Jump:


Users browsing this thread: 1 Guest(s)