28.09.2016, 19:11
How can I fix it?
t's really not nice(
t's really not nice(
You have use the new dialog types added in version 0.3.7 to have the text align properly check the bottom of: https://sampwiki.blast.hk/wiki/Dialog_Styles
I'm moving it to the scripting section because it's not a bug. |
new iMainContent[500]; strcat(iMainContent, "{adc7e7}----------------------------------------------------------------------------------{FFFFFF}\n\n"); strcat(iMainContent, "{adc7e7}Bla Bla BLa : %d{FFFFFF}\n\n",a); strcat(iMainContent, "{adc7e7}bla: $%s {FFFFFF}\n\n",a); strcat(iMainContent, "{adc7e7}etc: $%d {FFFFFF}\n\n",a); strcat(iMainContent, "{adc7e7}etc : $%d {FFFFFF}\n\n",a); strcat(iMainContent, "{adc7e7}etc: $%d {FFFFFF}\n\n",a); strcat(iMainContent, "{adc7e7}etc: %d%% {FFFFFF}\n\n",a); strcat(iMainContent, "\n{adc7e7}----------------------------------------------------------------------------------");