10.01.2015, 11:48
It's a function. Also float(int / int) in pawn will return closest integer, not a float as you'd expect, so change at least one number to float.
pawn Код:
new Float:rand = random(floatround(max-min)) / 10000.0 + min;