SA-MP Forums Archive
random pay - 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)
+--- Thread: random pay (/showthread.php?tid=403762)



random pay - Er@x3r - 31.12.2012

i need to know how to make random pay like: max:10k and the lowest:5k.
please help me


AW: random pay - Nero_3D - 31.12.2012

pawn Код:
new rand = 5000 + random(5001);



Re: random pay - Er@x3r - 31.12.2012

thanks bro