02.08.2012, 09:11
use this
pawn Код:
#define DIALOG_XDD 1997
new string[1024];
strcat(string,"Text Here 1\n",sizeof(string));
strcat(string,"Text Here 2\n",sizeof(string));
strcat(string,"Text Here 3\n",sizeof(string));
ShowPlayerDialog(playerid,DIALOG_XDD,DIALOG_STYLE_MSGBOX,"YOURDIALOG",string,"Button1","Button2");