26.06.2015, 17:29
Quote:
It should be like this if u dont have proxdetector for rp chat!
Код:
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 } |