18.12.2010, 19:26
pawn Код:
public OnPlayerText(playerid, text[])
{
ApplyAnimation(playerid,"PED","IDLE_CHAT",4.0,0,0,0,0,0);
new giver[MAX_PLAYER_NAME];
new giveplayer[MAX_PLAYER_NAME];
new tmp[256];
new string[256];
new giveplayerid;
if(strlen(text) < 128)
{
new chatstring[MAX_CHATBUBBLE_LENGTH+1];
format(chatstring,MAX_CHATBUBBLE_LENGTH,"Diz: %s",text);
SetPlayerChatBubble(playerid,chatstring,COLOR_GA,100.0,10000);
}