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



Dialog - Aloushi - 01.01.2012

how to make dialog MSGBOX with colors ?


Re: Dialog - Bogdan1992 - 01.01.2012

PHP код:
ShowPlayerDialog(playerid123DIALOG_STYLE_MSGBOX,"{FFFFFF}<- this is white","{00FFFF}<- this is LIGHTBLUE","Ok","Close"); 



Re: Dialog - Gh05t_ - 01.01.2012

https://sampwiki.blast.hk/wiki/Colour_Embedding

pawn Код:
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Title", "{FF0000}This is a dialog", "Button1", "Button2");



Re: Dialog - Aloushi - 02.01.2012

thxx guys