public OnPlayerText(playerid, text[]) { new string[128]; format(string, sizeof(string), "%s", text); SendClientMessageToAll(color, string); return 0;//Disables chat and sends above in stead }