Ajuda aui - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: Ajuda aui (
/showthread.php?tid=180417)
Ajuda aui -
Hiuship - 01.10.2010
oque pode ser que quando o player click em cancelar em um dialog й kick

(atй nos novos dialogos ja tenti de tudo)
aqui vai o dialogo
Код:
if(strcmp(cmd, "/creditos", true) == 0)
{
if(IsPlayerConnected(playerid))
{
new str[256];
format(str, sizeof(str), "ESSE GM FOI CRIADO POR: \n Nome: GuuH_GhosT [DONO Scripter] \n Nome: Atйzinho_Ghost [DONO Administrador]", playerid);
ShowPlayerDialog(playerid, CreditosBox, DIALOG_STYLE_MSGBOX, "GM Ghost Rpg", str, "Ok", "Cancelar");
}
return 1;
}
Re: Ajuda aui - [BEP]AcerPilot - 01.10.2010
Posta a public OnDialogResponse nй..
Re: Ajuda aui -
ipsBruno - 01.10.2010
@Hiuship
Posta o que tem em:
++++++++++++++++++++++
public OnDialogResponse
++++++++++++++++++++++