RW: PAWNO help.
#1

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?
Reply
#2

It comes automatically.
Just wait for 2 sec idle, and it'll be displayed.
Reply
#3

pawn Код:
SendClientMessage(playerid, 0xFFFFFFF, "Sup");
?
Reply
#4

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.
Reply
#5

I know it.
Just read well my post.
Reply
#6

Let's say...
I'm newbie in PAWNO.
Maybe something is missing in my code.
For example:

Код:
SendClientMessage(playerid,);
Automatically, It will show that:

pawn Код:
SendClientMessage(playerid, Here will go a list of colors that I have defined already, "Text");
Reply
#7

Quote:
Originally Posted by [xB]Lordz
Посмотреть сообщение
It comes automatically.
Just wait for 2 sec idle, and it'll be displayed.
The correct answer, which is quoted above, is given already.

If I recall correctly at this late hour, you can also type a dot ( . ) and wait two seconds or an opening parentheses will maybe work as well (as it does in other IDEs) Opening parentheses are these: (
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)