27.04.2011, 17:30
pawn Код:
public OnPlayerText(playerid, text[])
{
new chatstr[MAX_CHATBUBBLE_LENGTH+1];
format(chatstr, sizeof(chatstr), "%s", text);
SetPlayerChatBubble(playerid, chatstr, 0x1E90AAFA, 70.0,10000);
return 1;
}
conhecido como ChatBubble.