26.02.2015, 03:03
Here's another way:
pawn Код:
switch(random(5))
{
case 0: // ...
case 1: // ...
case 2: // ...
case 3: // ...
case 4: // ...
}

