04.04.2012, 06:02
pawn Код:
//OnPlayerConnect
ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_MSGBOX, "Rules", "Your rules word here", "Accept", ""); //remember for newline just do /n
pawn Код:
if(dialogid == dialogid) //replace dialogid (the second one) with your rules dialog id
{
if(response)
{
//your reg/log showplayerdialog here
}
}