02.06.2009, 15:14
the titel says the quistion :P
public OnPlayerText(playerid, text[])
{
new string[128];
format(string, sizeof(string), "[%d]: %s", playerid, text);
SendPlayerMessageToAll(playerid, string);
return 0;
}