23.07.2009, 11:09
Hey,
Can I make possibilities using this:
So there would be 1/100 possibility to execute //do something
Would that work?
Can I make possibilities using this:
pawn Код:
new number = random(100);
if(number == 1)
{
//do something
}
Would that work?