04.11.2011, 15:21
PHP код:
OnPlayerConnect(playerid)
{
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Rules", "You must abide the following rules: [Type your rules, and use /n to indent a line", "Done", "Quit");
return 1;
}