SA-MP Forums Archive
BUg with Dialog - 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: BUg with Dialog (/showthread.php?tid=568037)



BUg with Dialog - Chris53340 - 18.03.2015

See this.

I don't say english..











Re : BUg with Dialog - Chris53340 - 28.03.2015

Consider this!


Re: BUg with Dialog - n0minal - 28.03.2015

Confirmed:



Code:

Код:
CMD:bugtest(playerid)
{
	return ShowPlayerDialog(playerid, 2828, DIALOG_STYLE_MSGBOX, "{FF0000}Testing {00FF00}SA-MP {0000FF}BUG", "{FF0000}Testing {00FF00}SA-MP {0000FF}BUG\n{FF0000}Testing {00FF00}SA-MP {0000FF}BUG\n", "Bugged?", "");
}
sa-mp.cfg:

Код:
fpslimit=90
multicore=1
audioproxyoff=0
pagesize=10
disableheadmove=1
audiomsgoff=1
fontface="Calibri"
fontweight=1
PS: Dialog Title seems with color embedding bug too.