How to make more than 1 color in a SendClientMessage? - 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: How to make more than 1 color in a SendClientMessage? (
/showthread.php?tid=448560)
How to make more than 1 color in a SendClientMessage? -
Grooty - 04.07.2013
For the SendClientMessage I have this;
Код:
SendClientMessage(playerid, 0xFFFFFFFF, "Welcome to {0x1AFF00FF}Legendary Freeroam!");
It's all white, the "{0x1AFF00FF}" won't come into effect.
Re: How to make more than 1 color in a SendClientMessage? -
shadowdog - 04.07.2013
Take away the "0x" and final 2 letters,
For example: {1AFF00}
Re: How to make more than 1 color in a SendClientMessage? -
Grooty - 04.07.2013
Quote:
Originally Posted by shadowdog
Take away the "0x" and final 2 letters,
For example: {1AFF00}
|
Thanks!
Even though it was a simple help, +rep.