Quick one about random number.
#1

Ohai.

Anyone got a quick piece of script that generates a number between 75 and 100?

Would this work?

pawn Код:
new rand = 75+random(25);
Reply
#2

Why don't you try
Код:
new rand = 75+random(25);
yourself ?

Yes this will work.
Reply
#3

Quote:
Originally Posted by DJDhan
Why don't you try
Код:
new rand = 75+random(25);
yourself ?

Yes this will work.
Because I'm not home, that's why.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)