Posts: 237
Threads: 106
Joined: Aug 2012
Reputation:
0
Can anyone tell me how to do this:
For example, I enter PAWNO.exe.
And I write: SendClientMessage
And that instantly show me and (playerid, AnyColor "");
Can anyone help?
Posts: 2,698
Threads: 37
Joined: Mar 2012
Reputation:
0
It comes automatically.
Just wait for 2 sec idle, and it'll be displayed.
Posts: 1
Threads: 0
Joined: Sep 2012
Reputation:
0
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.
Posts: 237
Threads: 106
Joined: Aug 2012
Reputation:
0
I know it.
Just read well my post.