How do I send a message with 2 different colors to playerid?
#1

Well the title says it all. I know how I can send message with different colors so people around can see with proxdetector. But how can I make it show ONLY for the player that types the cmd?
Reply
#2

You mean color embedding?
pawn Код:
SendClientMessage(playerid, -1, "{FF0000}Red {00FF00}Green {0000FF}Blue");
Reply
#3

Yes, Thank you
Reply
#4

Like Eyce said, you can embed colour codes in RRGGBB format by wrapping them in { }.

http://www.rapidtables.com/web/color/RGB_Color.htm
http://antipas.net/cd/colors.htm

These two websites are wonderful for finding the exact colour you want.
Reply
#5

Quote:
Originally Posted by XcorelloX
Посмотреть сообщение
Like Eyce said, you can embed colour codes in RRGGBB format by wrapping them in { }.

http://www.rapidtables.com/web/color/RGB_Color.htm
http://antipas.net/cd/colors.htm

These two websites are wonderful for finding the exact colour you want.
I just use http://www.colorpicker.com
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)