[PEDIDO] Sistema Dialog ATM
#9

Montei o cуdigo pra vocк, isto deve resolver o seu problema:


pawn Код:
if(dialogid == 31) //Atm Depositar
{
    if(response)
    {
        if(strlen(inputtext))
        {
            new banco;
            new dinheirodepositado = strval(inputtext);
            banco = PlayerInfo[playerid][pAccount];
            SendClientMessage(playerid, COLOR_WHITE, "|___ BANCO DO ESTADO ___|");
            format(string, sizeof(string), "  Velho Balanзo: $%d", banco);
            SendClientMessage(playerid, COLOR_GRAD2, string);
            SafeGivePlayerMoney(playerid, -dinheirodepositado); //Retira o dinheiro selecionado da mгo do jogador
            PlayerInfo[playerid][pAccount] += dinheirodepositado; //Recebe o dinheiro selecionado na conta do jogador
            format(string, sizeof(string), "  Depуsito: $%d", dinheirodepositado);
            SendClientMessage(playerid, COLOR_GRAD4, string);
            SendClientMessage(playerid, COLOR_GRAD6, "|-----------------------------------------|");
            format(string, sizeof(string), "  Novo Balanзo: $%d", PlayerInfo[playerid][pAccount]);
            SendClientMessage(playerid, COLOR_WHITE, string);
        }
    }
}

Espero ter ajudado
Reply


Messages In This Thread
[PEDIDO] Sistema Dialog ATM - by GuikBretas - 22.12.2010, 23:44
Re: [PEDIDO] Sistema Dialog ATM - by Chavequinho - 23.12.2010, 09:09
Re: [PEDIDO] Sistema Dialog ATM - by GuikBretas - 23.12.2010, 09:22
Re: [PEDIDO] Sistema Dialog ATM - by Chavequinho - 23.12.2010, 09:42
Re: [PEDIDO] Sistema Dialog ATM - by GuikBretas - 23.12.2010, 10:07
Re: [PEDIDO] Sistema Dialog ATM - by Chavequinho - 23.12.2010, 10:36
Re: [PEDIDO] Sistema Dialog ATM - by GuikBretas - 23.12.2010, 10:42
Re: [PEDIDO] Sistema Dialog ATM - by Chavequinho - 23.12.2010, 10:47
Re: [PEDIDO] Sistema Dialog ATM - by rjjj - 23.12.2010, 10:47
Re: [PEDIDO] Sistema Dialog ATM - by Chavequinho - 23.12.2010, 10:52

Forum Jump:


Users browsing this thread: 1 Guest(s)