#define Dialog_szabaly 230
CMD:szabaly(playerid) {
ShowPlayerDialog(playerid, Dialog_szabaly, DIALOG_STYLE_MSGBOX, \"Szabályzat\", \"No DB!\\nNo SK...\\nstb..\\n\", \"Elfogad\", \"Elutasít\");
return 1;
}
OnDialogResponse alá:
if(dialogid == Dialog_szabaly) {
if(response == 1) {
SendClientMessage(playerid, 0x33AA33AA, \"Szabályzatot elfogadtad!\");
} else {
Kick(playerid);
SendClientMessage(playerid, 0xE60000FF, \"nem fogadtad el a szabalyt ne is akarj játszani.\");
}
}