Colours
#3

Quote:
Originally Posted by Cxnnor
Посмотреть сообщение
Post something along these lines at the top of your script. Format: '#define COLORNAME HTMLCOLORCODE'
pawn Код:
#define COLOR_GREY      0xAFAFAFAA
Then if you want to send a client message to a player do this.
pawn Код:
SendClientMessage(playerid, COLOR_GREY, "Your message here");
Read the post before posting yourself.

------------------------
@Zex Tan;
You can use this - http://www.colorpicker.com/ to choose a color then copy the colour code above and do something like this;
pawn Код:
SendClientMessageToAll(0xAFAFAFAA, "Moderator: {colour code}message here");
Reply


Messages In This Thread
Colours - by Zex Tan - 29.06.2012, 14:21
Re: Colours - by Cxnnor - 29.06.2012, 14:32
Re: Colours - by Luis- - 29.06.2012, 14:46
Re: Colours - by Zex Tan - 29.06.2012, 15:01
Re: Colours - by Zex Tan - 29.06.2012, 15:03

Forum Jump:


Users browsing this thread: 1 Guest(s)