Posts: 632
Threads: 24
Joined: Aug 2011
Show us your color define.
Posts: 632
Threads: 24
Joined: Aug 2011
That's the problem, you can't use the { } in SendClientMessage, if you want to use those colors you can do:
pawn Код:
SendClientMessage(playerid, -1, "{00FF22}Message");
Otherwise, if you want to use it the way you do, you'll need the HEX code as of 0xcodes.
Posts: 605
Threads: 83
Joined: Apr 2014
Reputation:
0
I have Defined COLORs With HEX code Now but how do i use it like this SendClientMessage(playerid,WHITE,"Hi[OTHERCOLORHERE] How are you ? ");
It sHould result :- HIHow Are You
Posts: 632
Threads: 24
Joined: Aug 2011
Quote:
Originally Posted by rockhopper
I have Defined COLORs With HEX code Now but how do i use it like this SendClientMessage(playerid,WHITE,"Hi[OTHERCOLORHERE] How are you ? ");
It sHould result :- HIHow Are You
|
Just used the {color} after the Hi.
Posts: 605
Threads: 83
Joined: Apr 2014
Reputation:
0
Not working LOL Very funny :- Hii {COLOR_GREEN} How are you ? This is coming LOL