25.11.2012, 21:32
Boas,
estб a dar esse erro nas seguintes linhas:
Ja tentei saber o porquк e nao consegui :S
estб a dar esse erro nas seguintes linhas:
PHP код:
if(dialogid == DIALOG_COMAN) // ERRO AQUI
{
if(response) // ERRO AQUI
{
if(listitem == 0) // ERRO AQUI
{
ShowPlayerDialog(playerid, DIALOG_COMAN, DIALOG_STYLE_MSGBOX, "Geral OOC", "/estatisticas - /donate - /gms - /staff - /mudarpass", "", "Fechar");
}
else if(listitem == 1) //ERRO AQUI
{
ShowPlayerDialog(playerid, DIALOG_COMAN, DIALOG_STYLE_MSGBOX, "Geral IC", "/aceitar - /comer - /pagar - /Sexo", "", "Fechar");
}
}
return 1; // ERRO AQUI
}
return 0; // ERRO AQUI
}