14.12.2014, 23:02
Код:
case DIALOG_BANK: { if(response) { switch(listitem) { case 0: { new result[90]; format(result, sizeof(result), "{FFFFFF}Your current bank balance is {CC6600}$%d", pInfo[playerid][Bank]); ShowPlayerDialog(playerid, DIALOG_BBALANCE, DIALOG_STYLE_MSGBOX, "Bank Balance", result, "Ok", "Close"); } case 1: { ShowPlayerDialog(playerid, DIALOG_BDEPOSIT, DIALOG_STYLE_INPUT, "Deposit Money", "How much money do you want to deposit into the bank?","Ok","Cancel"); } case 2: { ShowPlayerDialog(playerid, DIALOG_BWITHDRAW, DIALOG_STYLE_INPUT, "Withdraw Money", "How much money do you want to withdraw from the bank?","Ok","Cancel"); } } }