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



Color embendding - Darth1993 - 26.03.2013

Hello,

Can I use color embedding with SendClientMessageToAll ?


Re: Color embendding - Konstantinos - 26.03.2013

Of course you can!

pawn Код:
SendClientMessageToAll( -1, "We start with a white color and then a {00FF00} green color!" );
Usage: {RGB}


Re: Color embendding - Darth1993 - 26.03.2013

Thanks.