[Ajuda] Saldo
#4

Ola,

Depois tenta;

pawn Код:
#define Saldo 29191

if(strcmp(cmd, "/saldo", true) == 0)
{
    new PTName[MAX_PLAYER_NAME], PT[80];
    GetPlayerName(playerid, PTName, MAX_PLAYER_NAME);
    format(file, sizeof(file), PASTA_CONTAS, PTName);
   
    format(PT, sizeof(PT), "Seu saldo й {00FF00}'R$: %d'", dini_Int(file, "SaldoBancario");
    strcat(PT, PT, sizeof(PT));
    ShowPlayerDialog(playerid, Saldo, DIALOG_STYLE_MSGBOX, "Saldo", PT, "Ok", "Fechar");
}

PT
Reply


Messages In This Thread
Saldo - by WotusPower - 27.04.2013, 02:20
Tenta assim - by GM_KoDi - 27.04.2013, 02:47
Re: Saldo - by Miqueias Barros - 27.04.2013, 02:55
Re: Saldo - by PT - 28.04.2013, 20:37

Forum Jump:


Users browsing this thread: 1 Guest(s)