27.01.2012, 15:18
pawn Код:
public OnPlayerText(playerid, text[])
{
SetPlayerChatBubble(playerid, text, 0xF8FFFEAA, 20.0 ,5000);
new string[128];
format(string,sizeof(string),"(%d): %s",playerid,text);
SendPlayerMessageToAll(playerid,string);
return 0;
}

