How can i do random ...
#3

and if u want minimal amount and max:
pawn Код:
stock random2(min,max){
new x = max-min;
x = random(x);
x+=min;
return x;
}
Reply


Messages In This Thread
How can i do random ... - by Ihsan_Cingisiz - 23.07.2010, 20:43
Re: How can i do random ... - by FUNExtreme - 23.07.2010, 20:44
Re: How can i do random ... - by Gamer_Z - 23.07.2010, 21:15

Forum Jump:


Users browsing this thread: 2 Guest(s)