[Ajuda] Errinho chato
#1

Olhe sу essa linha
pawn Код:
if(listitem == 2)
{
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, sizeof(aname));
format(file, sizeof(file), PASTA_CONTAS, aname);
if(dini_Int(file, "ContaBancaria") == 1){
format(string, sizeof(string), "O seu saldo й R$: %d.", dini_Int(file, "SaldoBancario"));
ShowPlayerDialog(playerid,saldobanco,"{FFFFF}Saldo",string,"Sair","Fechar");
} else {
SendClientMessage(playerid, Vermelho,"[BANCO] Vocк nгo tem uma conta bancбria.");
E tб dando esse erro
pawn Код:
error 035: argument type mismatch (argument 3)
E a linha do erro й essa:
pawn Код:
ShowPlayerDialog(playerid,saldobanco,"{FFFFF}Saldo",string,"Sair","Fechar");
Alguem me ajuda? ¬¬
Reply


Messages In This Thread
Errinho chato - by Serjnrg - 18.04.2013, 19:32
Re: Errinho chato - by smiiir - 18.04.2013, 19:37
Re: Errinho chato - by Serjnrg - 18.04.2013, 19:38

Forum Jump:


Users browsing this thread: 1 Guest(s)