PHP код:
if(dialogid == Regras)
{
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, sizeof(aname));
format(file, sizeof(file), PASTA_CONTAS, aname);
if(response)
{
SendClientMessage(playerid, Blue, "(INFO) Vocк acabou de aceitar as regras, entгo tera que cumprilas ou serб banido.");
dini_IntSet(file, "novato", 2);
ShowPlayerDialog(playerid, skinnovato, DIALOG_STYLE_MSGBOX, "{CCFFFF}Qual seu sexo ?", "{33CCFF}(»){FFFFFF}Aqui vocк vai poder escolher seu sexo !\nNos diga seu ,{33CCFF}sexo !", "Masculino", "Feminino");
}else {
SendClientMessage(playerid, 0xFFFF00AA, "Vocк nao aceito as regras e sera kickado.");
new pname[MAX_PLAYER_NAME];
GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
format(string, sizeof(string), "(INFO) A Moderadora Michonne kickou o jogador %s | Motivo : Nгo aceitou as regras.", pname);
SendClientMessageToAll(tcadm, string);
Kick(playerid);
}
return 1;
}