public OnPlayerText(playerid, text[]){new string[128];format(string, sizeof(string), "You say: %s", text);SendChat(string);return 1;}