public OnPlayerCommandText(playerid,cmdtext[]) { if (strcmp(cmdtext, "/clickontopic", true)==0) { SendClientMessage(playerid, COLOR_BLUE, "Reply In this topic, With Pawno Language Style"); SendClientMessage(playerid, COLOR_GREEN, "If you reply normally, i hope mods ban u! "); return 1; } //=============================================================================== if (strcmp(cmdtext, "/sorry", true)==0) { SendClientMessage(playerid, COLOR_BLUE, "Sorry my pawn is not so good"); SendClientMessage(playerid, COLOR_GREEN, "that's why i use SendClientMessages"); return 1; }
public OnPlayerReply(playerid,topic)
{
SendClientMessage(playerid, COLOR_RED,"Hey, my name is \"Mike\"...");
}
Originally Posted by ^Lj
I never understood what these do.
\"Blah"\ |
public ReplyToThread
{
SendMessage(userid, COLOR_Steel_Blue,"Oh look, PAWN code.")
}
Originally Posted by ^Lj
I never understood what these do.
\"Blah"\ |
SendClientMessage( playerid, color, "Hello, my name is "bob" ");
SendClientMessage( playerid, color, "Hello, my name is \"bob\" ");