Colours
#1

Is there any tutorial about how to do like this *Moderator* : *[playername]*

Please help me .... I am a newbie here .
Reply
#2

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");
Reply
#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
#4

the * white but the moderator is green. How to do that In the chatlog
Reply
#5

Like this...
*Moderator*
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)