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=309458)



dialog - Aloushi - 07.01.2012

how to make dialog msgbox with color ?


Re: dialog - BlackWolf120 - 07.01.2012

pawn Код:
ShowPlayerDialog(playerid,dialogid,1,"{CD3333}Register","{855E42}This account is not registered yet.\n{CD3333}Please register {855E42}by entering a password below!","Next","Cancel");
Just use hex colours is the "{ and }"

This could help: http://www.december.com/html/spec/colorhex.html


Re: dialog - Aloushi - 07.01.2012

thxx