29.05.2010, 12:22
Quote:
Originally Posted by [HiC
TheKiller ]
Well, you can make it so it uses SendClientMessage for the message on OnPlayerText so you can type longer sentences. |
pawn Код:
public OnPlayerText(playerid, text[])
{
SendPlayerMessageToAll(playerid, " ");
SendClientMessageToAll(0xFFFFFFFF, text);
return 0;
}
Код:
Miguel: This is the message, just shown by the code I just told you.
Код:
Miguel: This is the message by the normal chat.