14.06.2013, 13:09
pawn Код:
case DIALOG_SERVER:
{
if(response)
{
assert(IsPlayerAdmin(playerid));
switch(listitem)
{
case 0: ShowPlayerDialog(playerid, DIALOG_SERVER+1, DIALOG_STYLE_INPUT, " ", "Enter the Master Key to continue...\n\n\t If not close this dialog.", ">>", "X");
case 1: ShowPlayerDialog(playerid, DIALOG_SERVER+3, DIALOG_STYLE_INPUT, " ", "Enter the Master Key to continue...\n\n\t If not close this dialog.", ">>", "X");
case 2: ShowPlayerDialog(playerid, DIALOG_SERVER+5, DIALOG_STYLE_INPUT, " ", "Enter the Master Key to continue...\n\n\t If not close this dialog.", ">>", "X");
case 3: ShowPlayerDialog(playerid, DIALOG_SERVER+7, DIALOG_STYLE_INPUT, " ", "Enter the Master Key to continue...\n\n\t If not close this dialog.", ">>", "X");
case 4: ShowPlayerDialog(playerid, DIALOG_SERVER+9, DIALOG_STYLE_INPUT, " ", "Enter the Master Key to continue...\n\n\t If not close this dialog.", ">>", "X");
} // You forgot this bracket ===> "warning 217: loose indentation"
}
}