18.04.2013, 19:32
Olhe sу essa linha
E tб dando esse erro
E a linha do erro й essa:
Alguem me ajuda? ¬¬
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.");
pawn Код:
error 035: argument type mismatch (argument 3)
pawn Код:
ShowPlayerDialog(playerid,saldobanco,"{FFFFF}Saldo",string,"Sair","Fechar");