08.03.2018, 15:44
Quote:
Now he can't send messages normally at all. so use return 1 at the end of callback.
|
PHP код:
public OnPlayerText(playerid, text[])
{
new pText[144];
format(pText, sizeof (pText), "(%d) %s", playerid, text);
SendPlayerMessageToAll(playerid, pText);
return 0; // ignore the default text and send the custom one
}