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 :/