28.05.2009, 00:44
I don't get what you mean. You want to do what now? Like this?
pawn Код:
new a = random(9);
switch(a)
{
case 0,3,6,0:
{
//Do nothing
}
case 1,2,4,5,7:
{
//Do something
}
}