17.02.2012, 14:30
How can I make a random with 'real' numbers (=not integers)
for ex:
^^
The above gives me the 'tag mismatch' warning
-----------------------
Thanks 4 helpers
for ex:
pawn Код:
RandomEx(2264.60,2267.20); // From a stock
stock RandomEx(min,max) { return random(max-min)+min; }
The above gives me the 'tag mismatch' warning
-----------------------
Thanks 4 helpers