SendClientMessage in 2 different colors.
#1

Hi! I was wondering. For example when I am making a help command. I have this.

pawn Код:
SendClientMessage(playerid, 0x9cfc14FF, "[INFO] You have entered the Helping Menu.");
InGame it would look like this.

Quote:
[INFO] You have entered the Helping Menu.
How can I make it look like this;
Quote:
[INFO] You have entered the Helping Menu.
?
Reply
#2

pawn Код:
SendClientMessage(playerid, 0x9cfc14FF, "[INFO] {FFFFFF}You have entered the Helping Menu.");
Use hex codes between braces ({,})
Reply
#3

Thank you so much!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)