29.11.2009, 19:46
Or if you wanted to have a minimum and maximum, for example: any number between 1000 and 5000.
the 1000 is the minimum, the 4000 is the maximum minus the minimum.
pawn Код:
new RandomMoney = random(4000)+1000;