Stupid Question.
#1

Ok, So I was wondering If it's possible to send a client message which has one color for one word and an other colour for the other word. For example.

pawn Код:
SendClientMessage(playerid, "Green, Blue.");
Reply
#2

****** y_colors by ******, it makes this easier..
Reply
#3

Quote:
Originally Posted by Rajat_Pawar
Посмотреть сообщение
****** y_colors by ******, it makes this easier..
Ok thanks.
Reply
#4

pawn Код:
#define COL_CYAN    "{00FFFF}"
#define COL_LGREEN  "{9ACD32}"

CMD:test(playerid, params[])
{
     SendClientMessage(playerid, -1, "{00FFFF}CYAN COLOR! {9ACD32}LIGHTGREEN COLOR!");
     return 1;
}
hmm
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)