[Dialog]Possible to Modify character size in DIALOG_STYLE_MSGBOX? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [Dialog]Possible to Modify character size in DIALOG_STYLE_MSGBOX? (
/showthread.php?tid=365187)
[Dialog]Possible to Modify character size in DIALOG_STYLE_MSGBOX? -
Fly_luck - 02.08.2012
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!
Re: [Dialog]Possible to Modify character size in DIALOG_STYLE_MSGBOX? -
Jstylezzz - 02.08.2012
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
Re: [Dialog]Possible to Modify character size in DIALOG_STYLE_MSGBOX? -
Devilxz97 - 02.08.2012
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");
Re: [Dialog]Possible to Modify character size in DIALOG_STYLE_MSGBOX? -
[MM]RoXoR[FS] - 02.08.2012
No you cant.
Re: [Dialog]Possible to Modify character size in DIALOG_STYLE_MSGBOX? -
sleepysnowflake - 02.08.2012
You guys are useless. He asked for 'CHARACTER SIZE' not 'TEXT LENGTH'. And no, as the user above suggested, it is not possible.