[Dialog]Possible to Modify character size in DIALOG_STYLE_MSGBOX?
#3

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");
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)