25.09.2012, 05:11
SendClientMessage is to send a message to the client. And with that command, you can make the colour of the message.
It goes like this : SendClientMessage(playerid, COLOR_RED, "Welcome to my server!");
However, you must #define COLOR_RED (color id here) or simply use the color id instead of color_red.
It goes like this : SendClientMessage(playerid, COLOR_RED, "Welcome to my server!");
However, you must #define COLOR_RED (color id here) or simply use the color id instead of color_red.