29.08.2013, 21:24
exemplo
pawn Код:
public OnPlayerText(playerid, text[])
{
SetPlayerChatBubble(playerid, "lindo", 0xFF0000FF, 100.0, 10000);
return 1;
}