01.10.2010, 13:00
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
(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;
}

