16.08.2012, 01:51
Example of SetPlayerChatBubble
pawn Код:
public OnPlayerText(playerid, text[])
{
SetPlayerChatBubble(playerid, "[ I'm newbie here ]", COLOR_RED, 30.0,60000);
return 1;
}