07.09.2012, 11:51
pawn Код:
//On Top
new DialogStr[256];
//Saving the string
format(DialogStr,sizeof(DialogStr),".....................................");
//Using it
ShowPlayerDialog(playerid,ID,DIALOG_STYLE_MSGBOX,"Dialog",DialogStr,"1","2");