22.06.2014, 13:31
Replace it with
https://sampwiki.blast.hk/wiki/OnPlayerText
Quote:
|
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 } |

