Random function.
#1

I want a random function that does a random in 25 to 80.
I think this function exists, but I dont find them.
If anyone can help me, I'll rep+;
Reply
#2

Second page of usefull functions thread by boylett.

pawn Код:
rand(minnum = cellmin,maxnum = cellmax) return random(maxnum - minnum + 1) + minnum;

rand(25, 80);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)