Odds of executing something
#3

Here's another way:

pawn Код:
switch(random(5))
{
    case 0: // ...
    case 1: // ...
    case 2: // ...
    case 3: // ...
    case 4: // ...
}
Reply


Messages In This Thread
Odds of executing something - by Whizion - 26.02.2015, 02:44
Re: Odds of executing something - by rickisme - 26.02.2015, 02:51
Re: Odds of executing something - by SickAttack - 26.02.2015, 03:03

Forum Jump:


Users browsing this thread: 1 Guest(s)