01.04.2011, 23:17
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...
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...

