[PEDIDO] Sistema Dialog ATM
#4

Ainda nгo testei mas tente isto:

pawn Код:
if(dialogid == 31) //Atm Depositar
{
    if(response)
    {
        if(strlen(inputtext))
        {
            new dinheirodepositado = strval(imputtext);
            SafeGivePlayerMoney(playerid, -dinheirodepositado;
            PlayerInfo[playerid][pAccount]+= dinheirodepositado;
            SendClientMessage(playerid, COLOR_WHITE, "|___ BANCO DO ESTADO ___|");
            format(string, sizeof(string), "  Velho Balanзo: $%d", PlayerInfo[playerid][pAccount]);
            SendClientMessage(playerid, COLOR_GRAD2, string);
            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);
        }
    }
}
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: 3 Guest(s)