[Tutorial] [0.3c] - Easy colors!
#21

Great TUT. i like it.
Reply
#22

Thank you for publishing this topic, I've been trying to find something like this since I din't understand the whole concept of applying it to the SendClientMessage, or whatever.

Greets.
Reply
#23

SEXY. ( . Y . )

But this is just for SCM, embedding.
Reply
#24

Nice man
Reply
#25

Not sure if this is a tutorial butthanks for da defines!
Reply
#26

Really good

Thanks i will use this
Reply
#27

Nice, I'm using it in I-RP



Quote:
Originally Posted by Finn
View Post
You don't really need the #.

pawn Code:
#define WHITE           "{FFFFFF}"
#define RED             "{FF0000}"
#define BLUE            "{0000FF}"
#define GREEN           "{00FF00}"
#define BLACK           "{000000}"
pawn Code:
SendClientMessage(playerid, 0xFFFFFFFF, ""BLACK" BLACK TEXT "WHITE" WHITE TEXT "RED" RED TEXT "BLUE" BLUE TEXT "GREEN" GREEN TEXT");
That's what I was going to post when I read the first post in thread xD
Reply
#28

Quote:
Originally Posted by Mean
View Post
SEXY. ( . Y . )

But this is just for SCM, embedding.
Nope, works on chat, dialogs and 3d text labels. Doesn't work in dialog buttons.
Reply
#29

How do i use this in a string ?
Reply
#30

new string[36];
format(string,sizeof(string),""#COL_RED"Red is most hottest color!");
like that, lol.
Reply
#31

Thank you best.
Reply
#32

Quote:
Originally Posted by Unknown1234
View Post
new string[36];
format(string,sizeof(string),""#COL_RED"Red is most hottest color!");
like that, lol.
There is nothing to format :O
Reply
#33

nice but, using HTLM in SendClientMessage, is more easy, and faster....

pawn Code:
SendClientMessage(playerid, 0xFFFFFF, "This is {FF0000}Red!, {FFFFFF} and this is {00FF00}Green!");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)