08.08.2014, 16:22
How to make 'else' function under switches?
pawn Код:
switch(something)
{
case 0: text = "something";
case 1: text = "something";
else ...
}