Quick one about random number. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Quick one about random number. (
/showthread.php?tid=152245)
Quick one about random number. -
IcyBlight - 03.06.2010
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);
Re: Quick one about random number. -
DJDhan - 03.06.2010
Why don't you try
Код:
new rand = 75+random(25);
yourself ?
Yes this will work.
Re: Quick one about random number. -
IcyBlight - 03.06.2010
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.