public OnPlayerText(playerid, text[]){ new str[9]; format(str, 9, "(%d) ", playerid); strins(text, str, 0); return 1;}