Posts: 206
Threads: 31
Joined: Jul 2010
Reputation:
0
If you do
SendClientMessage(playerid, -1, "BlahBlahBlah");
Without defining or setting a color,
what happens?
Posts: 206
Threads: 31
Joined: Jul 2010
Reputation:
0
search wiki.sa-mp.com
and damn... just means I have to go back through 30k lines finding every format(string, sizeof(string) ...
Posts: 206
Threads: 31
Joined: Jul 2010
Reputation:
0
oh okay then that just mean i dont have to go through 30k lines just to fin... AH YOU KNOW WHAT...
Posts: 37
Threads: 12
Joined: Mar 2011
Reputation:
0
That's why it's wise to use #define colors :P
Posts: 206
Threads: 31
Joined: Jul 2010
Reputation:
0
oh no I wanted to re-arrange the coloring in the chat so i just used replace
SendClientMessage(<i, playerid, whatnot>, <COLORITWAS>, "
to
SendClientMessage(<i, playerid, whatnot>, -1, ""#<NewColor>"
Only thinking to myself.... What about the strings?
You know
SendClientMessage(<i, playerid, whatnot>, -1, string);
Cause those don't have a color anymore.
So thats why I wanted to know...