29.08.2015, 12:58
@darkhunter332, Just add the following line in your command.
0xFFFFFFAA means that the chat message color will be White. If you want to add different colors, just replace 0xFFFFFFAA with following colors:
Green = 0x33AA33AA
Red = 0xAA3333AA
Blue = 0x0000BBAA
Yellow = 0xFFFF00AA
Black = 0x000000AA
Pink = 0xFFC0CBAA
Grey = 0xAFAFAFAA
Код:
SendClientMessageToAll(-1, 0xFFFFFFAA, "SERVER: A supply drop is on the way to the map!");
Green = 0x33AA33AA
Red = 0xAA3333AA
Blue = 0x0000BBAA
Yellow = 0xFFFF00AA
Black = 0x000000AA
Pink = 0xFFC0CBAA
Grey = 0xAFAFAFAA