06.09.2013, 23:33
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?
SendClientMessage(playerid, -1, "{FF0000}Red {00FF00}Green {0000FF}Blue");
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. |