28.04.2013, 20:37
Ola,
Depois tenta;
PT
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