13.06.2009, 10:32
No problem.
You need to put the default outside of the last case so it goes like:
Also your OnPlayerCommandText has a rogue "}", get rid of the one above the return.
You need to put the default outside of the last case so it goes like:
pawn Код:
case 6 :
{
//some code
}
default : //some code