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

Hi guys,
Is it possible to change the size of characters displayed in the msgbox style dialog?
'cause they seems too small to me,and for double byte languages like Chinese or Japanese they look even smaller and huddling like flies(the buttons' big enough though)
I took about an hour searching something related and found nothing discussing this issue.
So,does anybody have any idea how to change the size of 'em?I didn't meant to change the size of the dialog frame but the sizes of the fonts.
Any ideas,suggestions or links related to the issue would be greatly appreciated!
Reply
#2

Hmm, i searched on ****** and found this thread: https://sampforum.blast.hk/showthread.php?pid=762168#pid762168&langid=6
check the code posted there, not sure if it does what you want, but you could give it a try
Reply
#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
#4

No you cant.
Reply
#5

You guys are useless. He asked for 'CHARACTER SIZE' not 'TEXT LENGTH'. And no, as the user above suggested, it is not possible.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)