RW: PAWNO help. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: RW: PAWNO help. (
/showthread.php?tid=380339)
RW: PAWNO help. -
Magic_Time - 25.09.2012
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?
Re: RW: PAWNO help. -
Lordzy - 25.09.2012
It comes automatically.
Just wait for 2 sec idle, and it'll be displayed.
Re: RW: PAWNO help. -
ikbenremco - 25.09.2012
pawn Код:
SendClientMessage(playerid, 0xFFFFFFF, "Sup");
?
Re: RW: PAWNO help. -
compass - 25.09.2012
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.
Respuesta: RW: PAWNO help. -
Magic_Time - 27.09.2012
I know it.
Just read well my post.
Respuesta: RW: PAWNO help. -
Magic_Time - 27.09.2012
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");
Re: RW: PAWNO help. -
mamorunl - 28.09.2012
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: (