14.11.2012, 21:33
Size actually increases if you use switch statement when it would be more appropriate to use if statement, for example:
That's bad.
pawn Код:
switch (var)
{
case 1 .. 10000:
}