01.01.2012, 21:57
how to make dialog MSGBOX with colors ?
ShowPlayerDialog(playerid, 123, DIALOG_STYLE_MSGBOX,"{FFFFFF}<- this is white","{00FFFF}<- this is LIGHTBLUE","Ok","Close");
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Title", "{FF0000}This is a dialog", "Button1", "Button2");